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 | 逆??椅ゅ9 | 10001011011101000011111100111111100010001101011010000010111000111000001001011000 | 8b743f3f88d682e38258 |
EUC-JP | 逆??椅ゅ9 | 10110101110101010011111100111111101100001101100010100100111001011010001110111001 | b5d53f3fb0d8a4e5a3b9 |
UTF-8 | 逆곷베椅ゅ9 | 111010011000000010000110111010101011001110110111111010111011001010100000111001101010010010000101111000111000001010000101111011111011110010011001 | e98086eab3b7ebb2a0e6a485e38285efbc99 |
UHC | 逆곷베椅ゅ9 | 111001101011110110000001111010111011101010100011111010111111010110101010111001011010001110111001 | e6bd81ebbaa3ebf5aae5a3b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)