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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 彫?揖??? | 1001001010100100001111111001011101001011001111110011111100111111 | 92a43f974b3f3f3f |
EUC-JP | 彫?揖??? | 1100010010100110001111111100110110101100001111110011111100111111 | c4a63fcdac3f3f3f |
UTF-8 | 彫렫揖비렰렓 | 111001011011110110101011111010111010000010101011111001101000111110010110111010111011100110000100111010111010000010110000111010111010000010010011 | e5bdabeba0abe68f96ebb984eba0b0eba093 |
UHC | 彫렫揖비렰렓 | 111100001100000110001110101110011110101111100111101110101111000110001110101111011000111010101000 | f0c18eb9ebe7baf18ebd8ea8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)