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 | 跡?諸?諄? | 100100001101010100111111100011111001010000111111111001100111100000111111 | 90d53f8f943fe6783f |
EUC-JP | 跡?諸?諄? | 110000001101011100111111101111011111010000111111111010111101100100111111 | c0d73fbdf43febd93f |
UTF-8 | 跡렦諸렕諄펫 | 111010001011011110100001111010111010000010100110111010001010101110111000111010111010000010010101111010001010101110000100111011011000111010101011 | e8b7a1eba0a6e8abb8eba095e8ab84ed8eab |
UHC | 跡렦諸렕諄펫 | 111011101110011010001110101101011111000010110011100011101010101011100010111101001100011011101010 | eee68eb5f0b38eaae2f4c6ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)