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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 遭顔賦B | 10010001100110001000101011100111100101011000101001000010 | 91988ae7958a42 |
EUC-JP | 遭顔賦B | 11000001111110001011010011101001110010011110101001000010 | c1f8b4e9c9ea42 |
UTF-8 | 遭顔賦B | 11101001100000011010110111101001101000011001010011101000101100111010011001000010 | e981ade9a194e8b3a642 |
UHC | 遭顔賦B | 11110000111001001110010011010100110111011011011101000010 | f0e4e4d4ddb742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)