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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 廛?誣?少 | 1001110001000100001111111110011001110111001111111000111110101101 | 9c443fe6773f8fad |
EUC-JP | 廛?誣?少 | 1101011110100101001111111110101111011000001111111011111010101111 | d7a53febd83fbeaf |
UTF-8 | 廛ㅽ誣뤊少 | 111001011011101110011011111000111000010110111101111010001010101010100011111010111010010010001010111001011011000010010001 | e5bb9be385bde8aaa3eba48ae5b091 |
UHC | 廛ㅽ誣뤊少 | 11101110111110001010010011101101110110011111010010001111101110101110000110110100 | eef8a4edd9f48fbae1b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)