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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 嘆臓其辿臓淡 | 100100100101000110010001100111111001000110110100100100100100100010010001100111111001001001010111 | 9251919f91b49248919f9257 |
EUC-JP | 嘆臓其辿臓淡 | 110000111011001011000010101000011100001010110110110000111010100111000010101000011100001110111000 | c3b2c2a1c2b6c3a9c2a1c3b8 |
UTF-8 | 嘆臓其辿臓淡 | 111001011001100010000110111010001000011110010011111001011000010110110110111010001011111010111111111010001000011110010011111001101011011110100001 | e59886e88793e585b6e8bebfe88793e6b7a1 |
UHC | 嘆?其??淡 | 111101111010001100111111110100001110110000111111001111111101001110111111 | f7a33fd0ec3f3fd3bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)