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 | 霆丞渕蓚 | 1110100010111011100011111110010110011111101110101110010011101001 | e8bb8fe59fbae4e9 |
EUC-JP | 霆丞渕蓚 | 1111000010111101101111101110011111011110101111001110100011101011 | f0bdbee7debce8eb |
UTF-8 | 霆丞渕蓚 | 111010011001110010000110111001001011100010011110111001101011100010010101111010001001001110011010 | e99c86e4b89ee6b895e8939a |
UHC | 霆丞?蓚 | 11101111111111011110001110101010001111111110001010111110 | effde3aa3fe2be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)