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 | 維??臾?? | 1000100011011011001111110011111111100100011010110011111100111111 | 88db3f3fe46b3f3f |
EUC-JP | 維??臾?? | 1011000011011101001111110011111111100111110011000011111100111111 | b0dd3f3fe7cc3f3f |
UTF-8 | 維롫쳥臾뀀쳛 | 111001111011011010101101111010111010000110101011111011001011001110100101111010001000011110111110111010111000000010000000111011001011001110011011 | e7b6adeba1abecb3a5e887beeb8080ecb39b |
UHC | 維롫쳥臾뀀쳛 | 111010111010101110001110111010111010101110001010111010111010110010110010111010111010101110000001 | ebab8eebab8aebacb2ebab81 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)