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 | 池矜?池伎? | 10010010011100101110000111100000001111111001001001110010100010101110101000111111 | 9272e1e03f92728aea3f |
EUC-JP | 池矜?池伎? | 11000011110100111110001011100010001111111100001111010011101101001110110000111111 | c3d3e2e23fc3d3b4ec3f |
UTF-8 | 池矜洛池伎껙 | 111001101011000110100000111001111001111110011100111011111010010010010101111001101011000110100000111001001011110010001110111010101011101110011001 | e6b1a0e79f9cefa495e6b1a0e4bc8eeabb99 |
UHC | 池矜洛池伎껙 | 111100101010111011010000111010001101000111100011111100101010111011010000111010111011001010110011 | f2aed0e8d1e3f2aed0ebb2b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)