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 | 曜??午ヨ? | 100101110110101000111111001111111000110011011111100000111000100000111111 | 976a3f3f8cdf83883f |
EUC-JP | 曜??午ヨ? | 110011011100101100111111001111111011100011100001101001011110100000111111 | cdcb3f3fb8e1a5e83f |
UTF-8 | 曜깍쉠午ヨ퀧 | 111001101001101110011100111010101011100110001101111011001000100110100000111001011000110110001000111000111000001110101000111011011000000010100111 | e69b9ceab98dec89a0e58d88e383a8ed80a7 |
UHC | 曜깍쉠午ヨ퀧 | 111010001111100010110001111011111011110110101010111001111110110110101011111010001011001110011011 | e8f8b1efbdaae7edabe8b39b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)