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 | 上ォ悉杓?讒 | 10001111111000111010101110001110101110111000111011011011001111111110011010100111 | 8fe3ab8ebb8edb3fe6a7 |
EUC-JP | 上ォ悉杓鑃讒 | 10111110111001011000111010101011101111001011110110111100110111011000111111100101111010011110110010101001 | bee58eabbcbdbcdd8fe5e9eca9 |
UTF-8 | 上ォ悉杓鑃讒 | 111001001011100010001010111011111011110110101011111001101000001010001001111001101001110110010011111010011001000110000011111010001010111010010010 | e4b88aefbdabe68289e69d93e99183e8ae92 |
UHC | 上?悉杓?讒 | 11011111101111100011111111100011111110101111100011110101001111111111001111011000 | dfbe3fe3faf8f53ff3d8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)