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 | ?咽趾 | 0011111110001000111101001110011011100100 | 3f88f4e6e4 |
EUC-JP | ?咽趾 | 0011111110110000111101101110110011100110 | 3fb0f6ece6 |
UTF-8 | 앉咽趾 | 111011001001010110001001111001011001001010111101111010001011011010111110 | ec9589e592bde8b6be |
UHC | 앉咽趾 | 101111101100100111101100110101101111001010111111 | bec9ecd6f2bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)