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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 癲??攸??^ | 111000011001111100111111001111111001110110111111001111110011111101011110 | e19f3f3f9dbf3f3f5e |
EUC-JP | 癲??攸??^ | 111000101010000100111111001111111101101011000001001111110011111101011110 | e2a13f3fdac13f3f5e |
UTF-8 | 癲뉖겎攸녾텪^ | 11100111100110011011001011101011100010011001011011101010101100101000111011100110100101001011100011101011100001011011111011101101100001011010101001011110 | e799b2eb8996eab28ee694b8eb85beed85aa5e |
UHC | 癲뉖겎攸녾텪^ | 11101111101001101000011111101011100000011010011111101010111100101000011011101010101101101001111001011110 | efa687eb81a7eaf286eab69e5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)