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 | ?鰻?獺?繃 | 001111111000100101010110001111111110000011011010001111111110001101111101 | 3f89563fe0da3fe37d |
EUC-JP | ?鰻?獺?繃 | 001111111011000110110111001111111110000011011100001111111110010111011110 | 3fb1b73fe0dc3fe5de |
UTF-8 | 렺鰻걜獺렺繃 | 111010111010000010111010111010011011000010111011111010101011000110011100111001111000110110111010111010111010000010111010111001111011100110000011 | eba0bae9b0bbeab19ce78dbaeba0bae7b983 |
UHC | 렺鰻걜獺렺繃 | 100011101100001011011000110001001011000011000100110100111011011110001110110000101101110111011110 | 8ec2d8c4b0c4d3b78ec2ddde |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)