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 | 貊ャ豐ス譟 | 1110011010111011101011001110011010110010101111011110011010011111 | e6bbace6b2bde69f |
EUC-JP | 貊ャ豐ス譟 | 11101100101111011000111010101100111011001011010010001110101111011110110010100001 | ecbd8eacecb48ebdeca1 |
UTF-8 | 貊ャ豐ス譟 | 111010001011001010001010111011111011110110101100111010001011000110010000111011111011110110111101111010001010110110011111 | e8b28aefbdace8b190efbdbde8ad9f |
UHC | 貊???? | 110110001110011100111111001111110011111100111111 | d8e73f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)