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 | ????}B | 001111110011111100111111001111110111110101000010 | 3f3f3f3f7d42 |
SJIS-WIN | 躬稟貅帋}B | 11100111010110101110001001100111111001101011101010011011111000010111110101000010 | e75ae267e6ba9be17d42 |
EUC-JP | 躬稟貅帋}B | 11101101101110111110001111001000111011001011110011010110111000110111110101000010 | edbbe3c8ecbcd6e37d42 |
UTF-8 | 躬稟貅帋}B | 1110100010111010101011001110011110101000100111111110100010110010100001011110010110111000100010110111110101000010 | e8baace7a89fe8b285e5b88b7d42 |
UHC | 躬稟??}B | 1100111111100101111110011010001000111111001111110111110101000010 | cfe5f9a23f3f7d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)