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 | 鞜城ス「襃コ | 111010001101111110001111111010011011110110100010111001011110111110111010 | e8df8fe9bda2e5efba |
EUC-JP | 鞜城ス「襃コ | 111100001110000110111110111010111000111010111101100011101010001011101010111100011000111010111010 | f0e1beeb8ebd8ea2eaf18eba |
UTF-8 | 鞜城ス「襃コ | 111010011001111010011100111001011001111110001110111011111011110110111101111011111011110110100010111010001010010110000011111011111011110110111010 | e99e9ce59f8eefbdbdefbda2e8a583efbdba |
UHC | ?城???? | 00111111111000001111001000111111001111110011111100111111 | 3fe0f23f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)