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 | 語??課 | 100011001110101000111111001111111000100111011011 | 8cea3f3f89db |
EUC-JP | 語??課 | 101110001110110000111111001111111011001011011101 | b8ec3f3fb2dd |
UTF-8 | 語뤸쬄課 | 111010001010101010011110111010111010010010111000111011001010110010000100111010001010101010110010 | e8aa9eeba4b8ecac84e8aab2 |
UHC | 語뤸쬄課 | 1110010111011110100011111110011010100110100110111100111010100100 | e5de8fe6a69bcea4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)