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 | ?????OB | 00111111001111110011111100111111001111110100111101000010 | 3f3f3f3f3f4f42 |
SJIS-WIN | 嶸オ嶸弥于OB | 1111101010110100101101011111101010110100100101101110110110011000101100000100111101000010 | fab4b5fab496ed98b04f42 |
EUC-JP | 嶸オ嶸弥于OB | 1000111110111011111101001000111010110101100011111011101111110100110011001110111111010000101100100100111101000010 | 8fbbf48eb58fbbf4ccefd0b24f42 |
UTF-8 | 嶸オ嶸弥于OB | 1110010110110110101110001110111110111101101101011110010110110110101110001110010110111100101001011110010010111010100011100100111101000010 | e5b6b8efbdb5e5b6b8e5bca5e4ba8e4f42 |
UHC | 嶸?嶸?于OB | 11100111101011100011111111100111101011100011111111101001110011010100111101000010 | e7ae3fe7ae3fe9cd4f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)