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 | 膝??膝??^ | 100101010100011100111111001111111001010101000111001111110011111101011110 | 95473f3f95473f3f5e |
EUC-JP | 膝??膝??^ | 110010011010100000111111001111111100100110101000001111110011111101011110 | c9a83f3fc9a83f3f5e |
UTF-8 | 膝뜉뢖膝뜉뢖^ | 11101000100001101001110111101011100111001000100111101011101000101001011011101000100001101001110111101011100111001000100111101011101000101001011001011110 | e8869deb9c89eba296e8869deb9c89eba2965e |
UHC | 膝뜉뢖膝뜉뢖^ | 11100011101000111000110110001100100011110101000111100011101000111000110110001100100011110101000101011110 | e3a38d8c8f51e3a38d8c8f515e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)