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 | 關オ莨懶ス錬 | 11101000100100001011010111100100101111001001110011101111101111011001100001000010 | e890b5e4bc9cefbd9842 |
EUC-JP | 關オ莨懶ス錬 | 111011111111000010001110101101011110100010111110110110001111000110001110101111011100111110100011 | eff08eb5e8bed8f18ebdcfa3 |
UTF-8 | 關オ莨懶ス錬 | 111010011001011110011100111011111011110110110101111010001000111010101000111001101000011110110110111011111011110110111101111010011000110010101100 | e9979cefbdb5e88ea8e687b6efbdbde98cac |
UHC | 關??懶?? | 1100111010111100001111110011111111010100111110110011111100111111 | cebc3f3fd4fb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)