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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 筌k?\ | 111000101010001110000010100010110011111101011100 | e2a3828b3f5c |
EUC-JP | 筌k?\ | 111001001010010110100011111010110011111101011100 | e4a5a3eb3f5c |
UTF-8 | 筌k졁\ | 11100111101011011000110011101111101111011000101111101100101000011000000101011100 | e7ad8cefbd8beca1815c |
UHC | 筌k졁\ | 11101111101001111010001111101011101000001011001001011100 | efa7a3eba0b25c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)