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 | 霆丞渕譯 | 1110100010111011100011111110010110011111101110101110011010100001 | e8bb8fe59fbae6a1 |
EUC-JP | 霆丞渕譯 | 1111000010111101101111101110011111011110101111001110110010100011 | f0bdbee7debceca3 |
UTF-8 | 霆丞渕譯 | 111010011001110010000110111001001011100010011110111001101011100010010101111010001010110110101111 | e99c86e4b89ee6b895e8adaf |
UHC | 霆丞?譯 | 11101111111111011110001110101010001111111110011010111011 | effde3aa3fe6bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)