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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 溪牘鳰狹B | 100111111110001011100000101011111110100111101010111000001100001101000010 | 9fe2e0afe9eae0c342 |
EUC-JP | 溪牘鳰狹B | 110111101110010011100000101100011111001011101100111000001100010101000010 | dee4e0b1f2ece0c542 |
UTF-8 | 溪牘鳰狹B | 11100110101110101010101011100111100010011001100011101001101100111011000011100111100010111011100101000010 | e6baaae78998e9b3b0e78bb942 |
UHC | 溪牘?狹B | 1100110110100010110101001011101000111111111110101111010101000010 | cda2d4ba3ffaf542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)