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 | 喇嘲遥 | 100110100110100010011010011111011001011101111001 | 9a689a7d9779 |
EUC-JP | 喇嘲遥 | 110100111100100111010011110111101100110111011010 | d3c9d3decdda |
UTF-8 | 喇嘲遥 | 111001011001011010000111111001011001100010110010111010011000000110100101 | e59687e598b2e981a5 |
UHC | 喇嘲? | 1101010011111010111100001011111100111111 | d4faf0bf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)