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 | 誤??油?? | 1000110011101011001111110011111110010110111110110011111100111111 | 8ceb3f3f96fb3f3f |
EUC-JP | 誤??油?? | 1011100011101101001111110011111111001100111111010011111100111111 | b8ed3f3fccfd3f3f |
UTF-8 | 誤곷씣油ㅵ꼧 | 111010001010101010100100111010101011001110110111111011001001010010100011111001101011001010111001111000111000010110110101111010101011110010100111 | e8aaa4eab3b7ec94a3e6b2b9e385b5eabca7 |
UHC | 誤곷씣油ㅵ꼧 | 111010001010011010000001111010111001110110110111111010101111101010100100111001011000010010000100 | e8a681eb9db7eafaa4e58484 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)