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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 隰斐こ | 111010001010110010010100111000111000001010110001 | e8ac94e382b1 |
EUC-JP | 隰斐こ | 111100001010111011001000111001011010010010110011 | f0aec8e5a4b3 |
UTF-8 | 隰斐こ | 111010011001101010110000111001101001011010010000111000111000000110010011 | e99ab0e69690e38193 |
UHC | ?斐こ | 0011111111011101111011001010101010110011 | 3fddecaab3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)