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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 鈼式鈼式B | 111110111100011010001110101011101111101111000110100011101010111001000010 | fbc68eaefbc68eae42 |
EUC-JP | 鈼式鈼式B | 1000111111100011110101101011110010110000100011111110001111010110101111001011000001000010 | 8fe3d6bcb08fe3d6bcb042 |
UTF-8 | 鈼式鈼式B | 11101001100010001011110011100101101111001000111111101001100010001011110011100101101111001000111101000010 | e988bce5bc8fe988bce5bc8f42 |
UHC | ?式?式B | 00111111111000111101001000111111111000111101001001000010 | 3fe3d23fe3d242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)