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 | 菫茸羣窶ヲ蛟 | 1110010010111111100100011111100111100011101110001110001010000000101001101110010110000000 | e4bf91f9e3b8e280a6e580 |
EUC-JP | 菫茸羣窶ヲ蛟 | 111010001100000111000010111110111110011010111010111000111110000010001110101001101110100111100000 | e8c1c2fbe6bae3e08ea6e9e0 |
UTF-8 | 菫茸羣窶ヲ蛟 | 111010001000111110101011111010001000110010111000111001111011111010100011111001111010101010110110111011111011110110100110111010001001101110011111 | e88fabe88cb8e7bea3e7aab6efbda6e89b9f |
UHC | 菫茸???蛟 | 110100001100101111101001110001110011111100111111001111111100111011110001 | d0cbe9c73f3f3fcef1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)