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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 属狸谷 | 100100011010111010010010010010111001001001001010 | 91ae924b924a |
EUC-JP | 属狸谷 | 110000101011000011000011101011001100001110101011 | c2b0c3acc3ab |
UTF-8 | 属狸谷 | 111001011011000110011110111001111000101110111000111010001011000010110111 | e5b19ee78bb8e8b0b7 |
UHC | ?狸谷 | 0011111111010111111000011100110111011011 | 3fd7e1cddb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)