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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 在?蒸企├ | 100011011101110100111111100011111111011010001010111010011000010010100101 | 8ddd3f8ff68ae984a5 |
EUC-JP | 在?蒸企├ | 101110101101111100111111101111101111100010110100111010111010100010100111 | badf3fbef8b4eba8a7 |
UTF-8 | 在렔蒸企├ | 111001011001110010101000111010111010000010010100111010001001001010111000111001001011110010000001111000101001010010011100 | e59ca8eba094e892b8e4bc81e2949c |
UHC | 在렔蒸企├ | 11101110101001001000111010101001111100011111101011010000111010101010011010100111 | eea48ea9f1fad0eaa6a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)