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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 紆鉷贔 | 111000101111110011111011110011011110011011011011 | e2fcfbcde6db |
EUC-JP | 紆鉷贔 | 11100100111111101000111111100011111100011110110011011101 | e4fe8fe3f1ecdd |
UTF-8 | 紆鉷贔 | 111001111011010010000110111010011000100110110111111010001011010010010100 | e7b486e989b7e8b494 |
UHC | 紆?? | 11101001111000010011111100111111 | e9e13f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)