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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 浴??耶ュ?B | 10010111100000010011111100111111100101101110101110000011100001010011111101000010 | 97813f3f96eb83853f42 |
EUC-JP | 浴??耶ュ?B | 11001101111000010011111100111111110011001110110110100101111001010011111101000010 | cde13f3fcceda5e53f42 |
UTF-8 | 浴덃렋耶ュ뜏B | 11100110101101011011010011101011100011011000001111101011101000001000101111101000100000001011011011100011100000111010010111101011100111001000111101000010 | e6b5b4eb8d83eba08be880b6e383a5eb9c8f42 |
UHC | 浴덃렋耶ュ뜏B | 11101001101100011000100011100110100011101010001011100101101011011010101111100101100011011001001001000010 | e9b188e68ea2e5adabe58d9242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)