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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 霆丞渕蜍 | 1110100010111011100011111110010110011111101110101110010110001011 | e8bb8fe59fbae58b |
EUC-JP | 霆丞渕蜍 | 1111000010111101101111101110011111011110101111001110100111101011 | f0bdbee7debce9eb |
UTF-8 | 霆丞渕蜍 | 111010011001110010000110111001001011100010011110111001101011100010010101111010001001110010001101 | e99c86e4b89ee6b895e89c8d |
UHC | 霆丞?? | 111011111111110111100011101010100011111100111111 | effde3aa3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)