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 | 鼇??鼇δ? | 111010101000011100111111001111111110101010000111100000111100001000111111 | ea873f3fea8783c23f |
EUC-JP | 鼇??鼇δ? | 111100111110011100111111001111111111001111100111101001101100010000111111 | f3e73f3ff3e7a6c43f |
UTF-8 | 鼇뤄숲鼇δ벤 | 1110100110111100100001111110101110100100100001001110110010001000101100101110100110111100100001111100111010110100111010111011001010100100 | e9bc87eba484ec88b2e9bc87ceb4ebb2a4 |
UHC | 鼇뤄숲鼇δ벤 | 111010001010100010110111111011111011110110100011111010001010100010100101111001001011101010100101 | e8a8b7efbda3e8a8a5e4baa5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)