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 | テ閉セテ催 | 11000011100101011100001010111110110000111000110111000011 | c395c2bec38dc3 |
EUC-JP | テ閉セテ催 | 10001110110000111100101011000100100011101011111010001110110000111011101011000101 | 8ec3cac48ebe8ec3bac5 |
UTF-8 | テ閉セテ催 | 111011111011111010000011111010011001011010001001111011111011110110111110111011111011111010000011111001011000001010101100 | efbe83e99689efbdbeefbe83e582ac |
UHC | ?閉??催 | 00111111111110001100110100111111001111111111010111001010 | 3ff8cd3f3ff5ca |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)