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 | 乳訥? | 1001001111111011111001100110001100111111 | 93fbe6633f |
EUC-JP | 乳訥? | 1100011011111101111010111100010000111111 | c6fdebc43f |
UTF-8 | 乳訥쒜 | 111001001011100110110011111010001010100010100101111011001001001010011100 | e4b9b3e8a8a5ec929c |
UHC | 乳訥쒜 | 111010101110000111010010111011011011111010101110 | eae1d2edbeae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)