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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 中?諸?砥? | 100100101000011000111111100011111001010000111111100100110111010100111111 | 92863f8f943f93753f |
EUC-JP | 中?諸?砥? | 110000111110011000111111101111011111010000111111110001011101011000111111 | c3e63fbdf43fc5d63f |
UTF-8 | 中렧諸렪砥렜 | 111001001011100010101101111010111010000010100111111010001010101110111000111010111010000010101010111001111010000010100101111010111010000010011100 | e4b8adeba0a7e8abb8eba0aae7a0a5eba09c |
UHC | 中렧諸렪砥렜 | 111100011110100110001110101101101111000010110011100011101011100011110010101100101000111010101110 | f1e98eb6f0b38eb8f2b28eae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)