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 | ??????OH | 0011111100111111001111110011111100111111001111110100111101001000 | 3f3f3f3f3f3f4f48 |
SJIS-WIN | ??????OH | 0011111100111111001111110011111100111111001111110100111101001000 | 3f3f3f3f3f3f4f48 |
EUC-JP | ???旿??OH | 00111111001111110011111110001111110000011111010000111111001111110100111101001000 | 3f3f3f8fc1f43f3f4f48 |
UTF-8 | 蓼용젡旿섎졁OH | 1110111110100111100000101110110010011010101010011110110010100000101000011110011010010111101111111110110010000100100011101110110010100001100000010100111101001000 | efa782ec9aa9eca0a1e697bfec848eeca1814f48 |
UHC | 蓼용젡旿섎졁OH | 1110100110100111101111111110101110100000100110101110011111111010100110001110101110100000101100100100111101001000 | e9a7bfeba09ae7fa98eba0b24f48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)