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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 葢爾鈼 | 111001001110001010001110101000101111101111000110 | e4e28ea2fbc6 |
EUC-JP | 葢爾鈼 | 11101000111001001011110010100100100011111110001111010110 | e8e4bca48fe3d6 |
UTF-8 | 葢爾鈼 | 111010001001000110100010111001111000100010111110111010011000100010111100 | e891a2e788bee988bc |
UHC | ?爾? | 00111111111011001011001100111111 | 3fecb33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)