To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ?????灑? | 0011111100111111001111110011111100111111111000000111001000111111 | 3f3f3f3f3fe0723f |
EUC-JP | ?????灑? | 0011111100111111001111110011111100111111110111111101001100111111 | 3f3f3f3f3fdfd33f |
UTF-8 | 씜렢렯렭씔灑롖 | 111011001001010010011100111010111010000010100010111010111010000010101111111010111010000010101101111011001001010010010100111001111000000110010001111010111010000110010110 | ec949ceba0a2eba0afeba0adec9494e78191eba196 |
UHC | 씜렢렯렭씔灑롖 | 1011111010111101100011101011001110001110101111001000111010111010101111101011110011100001111011101000111011011010 | bebd8eb38ebc8ebabebce1ee8eda |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)