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 | ??g??gB | 00111111001111110110011100111111001111110110011101000010 | 3f3f673f3f6742 |
SJIS-WIN | 弔?g弔?gB | 100100101010001000111111011001111001001010100010001111110110011101000010 | 92a23f6792a23f6742 |
EUC-JP | 弔?g弔?gB | 110001001010010000111111011001111100010010100100001111110110011101000010 | c4a43f67c4a43f6742 |
UTF-8 | 弔렲g弔렲gB | 111001011011110010010100111010111010000010110010011001111110010110111100100101001110101110100000101100100110011101000010 | e5bc94eba0b267e5bc94eba0b26742 |
UHC | 弔렲g弔렲gB | 1111000011000000100011101011111101100111111100001100000010001110101111110110011101000010 | f0c08ebf67f0c08ebf6742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)