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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鈺??寤 | 111110111100010000111111001111111001101110001000 | fbc43f3f9b88 |
EUC-JP | 鈺??寤 | 10001111111000111101010100111111001111111101010111101000 | 8fe3d53f3fd5e8 |
UTF-8 | 鈺쎌폎寤 | 111010011000100010111010111011001000111010001100111011011000111110001110111001011010111110100100 | e988baec8e8ced8f8ee5afa4 |
UHC | 鈺쎌폎寤 | 1110100010101101101111011110110010111100100110011110011111110101 | e8adbdecbc99e7f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)