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 | ???幄? | 001111110011111100111111100110111110100000111111 | 3f3f3f9be83f |
EUC-JP | ???幄? | 001111110011111100111111110101101110101000111111 | 3f3f3fd6ea3f |
UTF-8 | 뤶좁컦幄섄 | 111010111010010010110110111011001010001010000001111011001011101110100110111001011011100110000100111011001000010010000100 | eba4b6eca281ecbba6e5b984ec8484 |
UHC | 뤶좁컦幄섄 | 10001111111001001100000110111100101100001000111111100100110000011011110010101001 | 8fe4c1bcb08fe4c1bca9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)