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 | 要ワ?鈺?? | 100101110111011010000011100011110011111111111011110001000011111100111111 | 9776838f3ffbc43f3f |
EUC-JP | 要ワ?鈺?? | 11001101110101111010010111101111001111111000111111100011110101010011111100111111 | cdd7a5ef3f8fe3d53f3f |
UTF-8 | 要ワ슘鈺잞쉴 | 111010001010011010000001111000111000001110101111111011001000101010011000111010011000100010111010111011001001111010011110111011001000100110110100 | e8a681e383afec8a98e988baec9e9eec89b4 |
UHC | 要ワ슘鈺잞쉴 | 111010011010100110101011111011111011110110110111111010001010110110011111111011111011110110101111 | e9a9abefbdb7e8ad9fefbdaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)