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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 汁??梓 | 100011110110000000111111001111111000100010110010 | 8f603f3f88b2 |
EUC-JP | 汁??梓 | 101111011100000100111111001111111011000010110100 | bdc13f3fb0b4 |
UTF-8 | 汁흔갹梓 | 111001101011000110000001111011011001110110010100111010101011000010111001111001101010001010010011 | e6b181ed9d94eab0b9e6a293 |
UHC | 汁흔갹梓 | 1111000111110000110010001110011110110000101111011110111010101001 | f1f0c8e7b0bdeea9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)