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 | 予??二?┠ | 100101110101110000111111001111111001001111110001001111111000010010110101 | 975c3f3f93f13f84b5 |
EUC-JP | 予??二?┠ | 110011011011110100111111001111111100011011110011001111111010100010110111 | cdbd3f3fc6f33fa8b7 |
UTF-8 | 予롫갭二뀐┠ | 111001001011101010001000111010111010000110101011111010101011000010101101111001001011101010001100111010111000000010010000111000101001010010100000 | e4ba88eba1abeab0ade4ba8ceb8090e294a0 |
UHC | 予롫갭二뀐┠ | 111001011111100010001110111010111011000010111000111011001010001110110010111011111010011010110111 | e5f88eebb0b8eca3b2efa6b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)