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 | ??ダ?菓? | 0011111100111111100000110101111100111111100010011101100100111111 | 3f3f835f3f89d93f |
EUC-JP | ??ダ?菓? | 0011111100111111101001011100000000111111101100101101101100111111 | 3f3fa5c03fb2db3f |
UTF-8 | 룶콓ダ룴菓힘 | 111010111010001110110110111011001011110110010011111000111000001110000000111010111010001110110100111010001000111110010011111011011001111010011000 | eba3b6ecbd93e38380eba3b4e88f93ed9e98 |
UHC | 룶콓ダ룴菓힘 | 100011111010101110110001100011111010101111000000100011111010100111001110101000101100100011111011 | 8fabb18fabc08fa9cea2c8fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)