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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ??序げ? | 00111111001111111000111110011000100000101011000000111111 | 3f3f8f9882b03f |
EUC-JP | ??序げ? | 00111111001111111011110111111000101001001011001000111111 | 3f3fbdf8a4b23f |
UTF-8 | 룴찼序げ룶 | 111010111010001110110100111011001011000010111100111001011011101010001111111000111000000110010010111010111010001110110110 | eba3b4ecb0bce5ba8fe38192eba3b6 |
UHC | 룴찼序げ룶 | 10001111101010011100001110100001110111111110110110101010101100101000111110101011 | 8fa9c3a1dfedaab28fab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)