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 | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 綬??綬??B | 100011101111100000111111001111111000111011111000001111110011111101000010 | 8ef83f3f8ef83f3f42 |
EUC-JP | 綬??綬??B | 101111001111101000111111001111111011110011111010001111110011111101000010 | bcfa3f3fbcfa3f3f42 |
UTF-8 | 綬듾뛘綬듾뛘B | 11100111101101101010110011101011100100111011111011101011100110111001100011100111101101101010110011101011100100111011111011101011100110111001100001000010 | e7b6aceb93beeb9b98e7b6aceb93beeb9b9842 |
UHC | 綬듾뛘綬듾뛘B | 11100010101110001000101011100100100011010101010111100010101110001000101011100100100011010101010101000010 | e2b88ae48d55e2b88ae48d5542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)