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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | 蔭?????? | 1000100011111100001111110011111100111111001111110011111100111111 | 88fc3f3f3f3f3f3f |
EUC-JP | 蔭?????? | 1011000011111110001111110011111100111111001111110011111100111111 | b0fe3f3f3f3f3f3f |
UTF-8 | 蔭댁꽱溜김뮳溜 | 111010001001010010101101111010111000110010000001111010101011110110110001111011111010011110001011111010101011100110000000111010111010111010110011111011111010011110001011 | e894adeb8c81eabdb1efa78beab980ebaeb3efa78b |
UHC | 蔭댁꽱溜김뮳溜 | 1110101111100011101101001110110010000100101111001110101011111110101100011110100010010010101111001110101011111110 | ebe3b4ec84bceafeb1e892bceafe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)