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 | 仲?遵??? | 1001001010000111001111111000111110000101001111110011111100111111 | 92873f8f853f3f3f |
EUC-JP | 仲?遵??? | 1100001111100111001111111011110111100101001111110011111100111111 | c3e73fbde53f3f3f |
UTF-8 | 仲렒遵멸렮렪 | 111001001011101110110010111010111010000010010010111010011000000110110101111010111010100110111000111010111010000010101110111010111010000010101010 | e4bbb2eba092e981b5eba9b8eba0aeeba0aa |
UHC | 仲렒遵멸렮렪 | 111100011110101010001110101001111111000111100101101110001110101010001110101110111000111010111000 | f1ea8ea7f1e5b8ea8ebb8eb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)