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 | ?飄????? | 0011111111101001010001110011111100111111001111110011111100111111 | 3fe9473f3f3f3f3f |
EUC-JP | ?飄????? | 0011111111110001101010000011111100111111001111110011111100111111 | 3ff1a83f3f3f3f3f |
UTF-8 | 셈飄셤렯롉렯렟 | 111011001000010110001000111010011010001110000100111011001000010110100100111010111010000010101111111010111010000110001001111010111010000010101111111010111010000010011111 | ec8588e9a384ec85a4eba0afeba189eba0afeba09f |
UHC | 셈飄셤렯롉렯렟 | 1011110011000000111110001111110110111100110010011000111010111100100011101100111110001110101111001000111010110000 | bcc0f8fdbcc98ebc8ecf8ebc8eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)