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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 裂붺뱮裂붺뱮 | 111011111010011010100000111010111011011010111010111010111011000110101110111011111010011010100000111010111011011010111010111010111011000110101110 | efa6a0ebb6baebb1aeefa6a0ebb6baebb1ae |
UHC | 裂붺뱮裂붺뱮 | 111001101111000110010100111001111001001110010100111001101111000110010100111001111001001110010100 | e6f194e79394e6f194e79394 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)