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 | ????{d | 001111110011111100111111001111110111101101100100 | 3f3f3f3f7b64 |
SJIS-WIN | 訒溷シ駿{d | 111110111010001110011111111001011011110010001111011110000111101101100100 | fba39fe5bc8f787b64 |
EUC-JP | 訒溷シ駿{d | 1000111111011101110010001101111011100111100011101011110010111101110110010111101101100100 | 8fddc8dee78ebcbdd97b64 |
UTF-8 | 訒溷シ駿{d | 1110100010101000100100101110011010111010101101111110111110111101101111001110100110100111101111110111101101100100 | e8a892e6bab7efbdbce9a7bf7b64 |
UHC | ???駿{d | 00111111001111110011111111110001111001110111101101100100 | 3f3f3ff1e77b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)