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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ??ぉ? | 0011111100111111100000101010011100111111 | 3f3f82a73f |
EUC-JP | ??ぉ? | 0011111100111111101001001010100100111111 | 3f3fa4a93f |
UTF-8 | 룶죴ぉ룴 | 111010111010001110110110111011001010001110110100111000111000000110001001111010111010001110110100 | eba3b6eca3b4e38189eba3b4 |
UHC | 룶죴ぉ룴 | 1000111110101011101000011000111110101010101010011000111110101001 | 8faba18faaa98fa9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)