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 | ÔÁÎÜ | 11010100110000011100111011011100 | d4c1cedc |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ÔÁÎÜ | 100011111010101011010100100011111010101010100001100011111010101011000010100011111010101011100100 | 8faad48faaa18faac28faae4 |
UTF-8 | ÔÁÎÜ | 1100001110010100110000111000000111000011100011101100001110011100 | c394c381c38ec39c |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)