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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?瓏??? | 001111111110000011111010001111110011111100111111 | 3fe0fa3f3f3f |
EUC-JP | ?瓏??? | 001111111110000011111100001111110011111100111111 | 3fe0fc3f3f3f |
UTF-8 | 亐瓏렜펩뤋 | 111001001011101010010000111001111001001110001111111010111010000010011100111011011000111010101001111010111010010010001011 | e4ba90e7938feba09ced8ea9eba48b |
UHC | 亐瓏렜펩뤋 | 11101010101001111101011011101010100011101010111011000110111010011000111110111011 | eaa7d6ea8eaec6e98fbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)