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 | 嘆蔵多多 | 1001001001010001100100011010000010010001101111011001000110111101 | 925191a091bd91bd |
EUC-JP | 嘆蔵多多 | 1100001110110010110000101010001011000010101111111100001010111111 | c3b2c2a2c2bfc2bf |
UTF-8 | 嘆蔵多多 | 111001011001100010000110111010001001010010110101111001011010010010011010111001011010010010011010 | e59886e894b5e5a49ae5a49a |
UHC | 嘆?多多 | 11110111101000110011111111010010111111011101001011111101 | f7a33fd2fdd2fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)