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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 甚甚甚甚B | 100100000111001010010000011100101001000001110010100100000111001001000010 | 907290729072907242 |
EUC-JP | 甚甚甚甚B | 101111111101001110111111110100111011111111010011101111111101001101000010 | bfd3bfd3bfd3bfd342 |
UTF-8 | 甚甚甚甚B | 11100111100101001001101011100111100101001001101011100111100101001001101011100111100101001001101001000010 | e7949ae7949ae7949ae7949a42 |
UHC | 甚甚甚甚B | 111001001010010011100100101001001110010010100100111001001010010001000010 | e4a4e4a4e4a4e4a442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)