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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 張?箏? | 100100101010001100111111111000101011010100111111 | 92a33fe2b53f |
EUC-JP | 張?箏? | 110001001010010100111111111001001011011100111111 | c4a53fe4b73f |
UTF-8 | 張렒箏렫 | 111001011011110010110101111010111010000010010010111001111010111010001111111010111010000010101011 | e5bcb5eba092e7ae8feba0ab |
UHC | 張렒箏렫 | 1110110111100101100011101010011111101110101101001000111010111001 | ede58ea7eeb48eb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)