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 | 裃√純粮夲ァ | 1110010111011111100000011110001110001111100000111110001011101100100110101110111110100111 | e5df81e38f83e2ec9aefa7 |
EUC-JP | 裃√純粮夲ァ | 111010101110000110100010111001011011110111100011111001001110111011010100111100011000111010100111 | eae1a2e5bde3e4eed4f18ea7 |
UTF-8 | 裃√純粮夲ァ | 111010001010001110000011111000101000100010011010111001111011010010010100111001111011001010101110111001011010010010110010111011111011110110100111 | e8a383e2889ae7b494e7b2aee5a4b2efbda7 |
UHC | ?√純粮?? | 001111111010000111101110111000101110110111010101110110110011111100111111 | 3fa1eee2edd5db3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)