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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | ?耕?篩魔B | 001111111000110101101011001111111110001010111111100101101000001001000010 | 3f8d6b3fe2bf968242 |
EUC-JP | 釪耕?篩魔B | 1000111111100011101011011011100111001100001111111110010011000001110010111110001001000010 | 8fe3adb9cc3fe4c1cbe242 |
UTF-8 | 釪耕렟篩魔B | 11101001100001111010101011101000100000001001010111101011101000001001111111100111101011111010100111101001101011011001010001000010 | e987aae88095eba09fe7afa9e9ad9442 |
UHC | 釪耕렟篩魔B | 1110100111101001110011001110100110001110101100001101111011101000110110001010101001000010 | e9e9cce98eb0dee8d8aa42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)