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 | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
SJIS-WIN | 墻??畏??\ | 100110101101010000111111001111111000100011011000001111110011111101011100 | 9ad43f3f88d83f3f5c |
EUC-JP | 墻??畏??\ | 110101001101011000111111001111111011000011011010001111110011111101011100 | d4d63f3fb0da3f3f5c |
UTF-8 | 墻쇠풛畏밧츒\ | 11100101101000101011101111101100100001111010000011101101100100101001101111100111100101011000111111101011101100001010011111101100101110001001001001011100 | e5a2bbec87a0ed929be7958febb0a7ecb8925c |
UHC | 墻쇠풛畏밧츒\ | 11101101110111111011110011101000101111101001111011101000111001101011100111100101101011101000110101011100 | eddfbce8be9ee8e6b9e5ae8d5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)