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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 褥ν??わ? | 111001011111000110000011110010110011111100111111100000101110110100111111 | e5f183cb3f3f82ed3f |
EUC-JP | 褥ν??わ? | 111010101111001110100110110011010011111100111111101001001110111100111111 | eaf3a6cd3f3fa4ef3f |
UTF-8 | 褥ν쓷溜わ쪡 | 1110100010100100101001011100111010111101111011001001001110110111111011111010011110001011111000111000001010001111111011001010101010100001 | e8a4a5cebdec93b7efa78be3828fecaaa1 |
UHC | 褥ν쓷溜わ쪡 | 111010011011001110100101111011011001110110010100111010101111111010101010111011111010010110011010 | e9b3a5ed9d94eafeaaefa59a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)