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 | 悠?杖?楢? | 100101110100100100111111100011111111000100111111100100111110100000111111 | 97493f8ff13f93e83f |
EUC-JP | 悠?杖?楢? | 110011011010101000111111101111101111001100111111110001101110101000111111 | cdaa3fbef33fc6ea3f |
UTF-8 | 悠렓杖렦楢렧 | 111001101000001010100000111010111010000010010011111001101001110110010110111010111010000010100110111001101010010110100010111010111010000010100111 | e682a0eba093e69d96eba0a6e6a5a2eba0a7 |
UHC | 悠렓杖렦楢렧 | 111010101110110110001110101010001110110111101000100011101011010111101010111110011000111010110110 | eaed8ea8ede88eb5eaf98eb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)