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 | 蠇竺鳫ミ跫蹤 | 1111101110100001100011101011000111101001111011011101000011100110111011011110011101000110 | fba18eb1e9edd0e6ede746 |
EUC-JP | ?竺鳫ミ跫蹤 | 0011111110111100101100111111001011101111100011101101000011101100111011111110110110100111 | 3fbcb3f2ef8ed0ecefeda7 |
UTF-8 | 蠇竺鳫ミ跫蹤 | 111010001010000010000111111001111010101110111010111010011011001110101011111011111011111010010000111010001011011110101011111010001011100110100100 | e8a087e7abbae9b3abefbe90e8b7abe8b9a4 |
UHC | ?竺???? | 00111111111101011110011100111111001111110011111100111111 | 3ff5e73f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)