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 | 鈺??釗?? | 1111101111000100001111110011111111111011101110110011111100111111 | fbc43f3ffbbb3f3f |
EUC-JP | 鈺??釗?? | 10001111111000111101010100111111001111111000111111100011101001100011111100111111 | 8fe3d53f3f8fe3a63f3f |
UTF-8 | 鈺뚥툧釗뚦떪 | 111010011000100010111010111010111001101010100101111011011000100010100111111010011000011110010111111010111001101010100110111010111001011010101010 | e988baeb9aa5ed88a7e98797eb9aa6eb96aa |
UHC | 鈺뚥툧釗뚦떪 | 111010001010110110001100111001001011100010011110111000011111001010001100111001011011011010110100 | e8ad8ce4b89ee1f28ce5b6b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)