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 | 峨?? | 10001001111000110011111100111111 | 89e33f3f |
EUC-JP | 峨?? | 10110010111001010011111100111111 | b2e53f3f |
UTF-8 | 峨듬묫 | 111001011011001110101000111010111001001110101100111010111010110010101011 | e5b3a8eb93acebacab |
UHC | 峨듬묫 | 111001001011000110110101111010111011100110101010 | e4b1b5ebb9aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)