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 | úW°ñ¼ | 111110100101011110110000111100011000111010111100 | fa57b0f18ebc |
SJIS-WIN | ?W°??? | 00111111010101111000000110001011001111110011111100111111 | 3f57818b3f3f3f |
EUC-JP | úW°ñ?? | 1000111110101011111000100101011110100001111010111000111110101011110100000011111100111111 | 8fabe257a1eb8fabd03f3f |
UTF-8 | úW°ñ¼ | 1100001110111010010101111100001010110000110000111011000111000010100011101100001010111100 | c3ba57c2b0c3b1c28ec2bc |
UHC | ?W°??¼ | 0011111101010111101000011100011000111111001111111010100011111001 | 3f57a1c63f3fa8f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)