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 | 崧介い | 111110101010111110001001111011101000001010100010 | faaf89ee82a2 |
EUC-JP | 崧介い | 10001111101110111100101010110010111100001010010010100100 | 8fbbcab2f0a4a4 |
UTF-8 | 崧介い | 111001011011010010100111111001001011101110001011111000111000000110000100 | e5b4a7e4bb8be38184 |
UHC | 崧介い | 111000101111111011001011101111111010101010100100 | e2fecbbfaaa4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)