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 | 韻??班? | 10001001010000110011111100111111100101001100011100111111 | 89433f3f94c73f |
EUC-JP | 韻??班? | 10110001101001000011111100111111110010001100100100111111 | b1a43f3fc8c93f |
UTF-8 | 韻렮뤊班퍯 | 111010011001111110111011111010111010000010101110111010111010010010001010111001111000111110101101111011011000110110101111 | e99fbbeba0aeeba48ae78faded8daf |
UHC | 韻렮뤊班퍯 | 11101010101001001000111010111011100011111011101011011010111011001011110001000110 | eaa48ebb8fbadaecbc46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)