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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 席?贖錫?贖 | 10010000110010000011111111100110110111001000111011100000001111111110011011011100 | 90c83fe6dc8ee03fe6dc |
EUC-JP | 席?贖錫?贖 | 11000000110010100011111111101100110111101011110011100010001111111110110011011110 | c0ca3fecdebce23fecde |
UTF-8 | 席卨贖錫卨贖 | 111001011011100010101101111001011000110110101000111010001011010010010110111010011000110010101011111001011000110110101000111010001011010010010110 | e5b8ade58da8e8b496e98cabe58da8e8b496 |
UHC | 席卨贖錫卨贖 | 111000001010110011100000110110011110000111011011111000001011100011100000110110011110000111011011 | e0ace0d9e1dbe0b8e0d9e1db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)