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 | 譽壼ュォ譌州 | 11100110101000111001101011100101101011011010101111100110100101111000111101000010 | e6a39ae5adabe6978f42 |
EUC-JP | 譽壼ュォ譌州 | 111011001010010111010100111001111000111010101101100011101010101111101011111101111011110110100011 | eca5d4e78ead8eabebf7bda3 |
UTF-8 | 譽壼ュォ譌州 | 111010001010110110111101111001011010001110111100111011111011110110101101111011111011110110101011111010001010110110001100111001011011011110011110 | e8adbde5a3bcefbdadefbdabe8ad8ce5b79e |
UHC | 譽????州 | 1110011111100010001111110011111100111111001111111111000110110110 | e7e23f3f3f3ff1b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)