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 | 池伎??葬? | 100100100111001010001010111010100011111100111111100100011001001000111111 | 92728aea3f3f91923f |
EUC-JP | 池伎??葬? | 110000111101001110110100111011000011111100111111110000011111001000111111 | c3d3b4ec3f3fc1f23f |
UTF-8 | 池伎렩렭葬렔 | 111001101011000110100000111001001011110010001110111010111010000010101001111010111010000010101101111010001001000110101100111010111010000010010100 | e6b1a0e4bc8eeba0a9eba0ade891aceba094 |
UHC | 池伎렩렭葬렔 | 111100101010111011010000111010111000111010110111100011101011101011101101111101111000111010101001 | f2aed0eb8eb78ebaedf78ea9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)