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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 綉薹箆綉 | 1110001101010100111001010101011010010101110011011110001101010100 | e354e55695cde354 |
EUC-JP | 綉薹箆綉 | 1110010110110101111010011011011111001010110011111110010110110101 | e5b5e9b7cacfe5b5 |
UTF-8 | 綉薹箆綉 | 111001111011011010001001111010001001011010111001111001111010111010000110111001111011011010001001 | e7b689e896b9e7ae86e7b689 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)