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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 癲???? | 111000011001111100111111001111110011111100111111 | e19f3f3f3f3f |
EUC-JP | 癲??洧? | 1110001010100001001111110011111110001111110001111011010000111111 | e2a13f3f8fc7b43f |
UTF-8 | 癲룸툝洧귻 | 111001111001100110110010111010111010001110111000111011011000100010011101111001101011010010100111111010101011011110111011 | e799b2eba3b8ed889de6b4a7eab7bb |
UHC | 癲룸툝洧귻 | 11101111101001101011011111101011101110001001010011101010111110111000001101000010 | efa6b7ebb894eafb8342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)