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 | ???嚮 | 0011111100111111001111111001101010001100 | 3f3f3f9a8c |
EUC-JP | ???嚮 | 0011111100111111001111111101001111101100 | 3f3f3fd3ec |
UTF-8 | 롆렻롖嚮 | 111010111010000110000110111010111010000010111011111010111010000110010110111001011001101010101110 | eba186eba0bbeba196e59aae |
UHC | 롆렻롖嚮 | 1000111011001100100011101100001110001110110110101111101010111111 | 8ecc8ec38edafabf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)