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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鈺??億? | 11111011110001000011111100111111100010011010110100111111 | fbc43f3f89ad3f |
EUC-JP | 鈺??億? | 1000111111100011110101010011111100111111101100101010111100111111 | 8fe3d53f3fb2af3f |
UTF-8 | 鈺닸솤億랡 | 111010011000100010111010111010111000101110111000111011001000011010100100111001011000010010000100111010111001111010100001 | e988baeb8bb8ec86a4e58484eb9ea1 |
UHC | 鈺닸솤億랡 | 11101000101011011011010011100110100110011001111011100101111000101000111001000010 | e8adb4e6999ee5e28e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)