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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 鶯ギ鶯キワ^ | 111010011111001010110111110111101110100111110010101101111101110001011110 | e9f2b7dee9f2b7dc5e |
EUC-JP | 鶯ギ鶯キワ^ | 11110010111101001000111010110111100011101101111011110010111101001000111010110111100011101101110001011110 | f2f48eb78edef2f48eb78edc5e |
UTF-8 | 鶯ギ鶯キワ^ | 11101001101101101010111111101111101111011011011111101111101111101001111011101001101101101010111111101111101111011011011111101111101111101001110001011110 | e9b6afefbdb7efbe9ee9b6afefbdb7efbe9c5e |
UHC | 鶯??鶯??^ | 111001011010001100111111001111111110010110100011001111110011111101011110 | e5a33f3fe5a33f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)