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 | 嘆蔵存谷 | 1001001001010001100100011010000010010001101101101001001001001010 | 925191a091b6924a |
EUC-JP | 嘆蔵存谷 | 1100001110110010110000101010001011000010101110001100001110101011 | c3b2c2a2c2b8c3ab |
UTF-8 | 嘆蔵存谷 | 111001011001100010000110111010001001010010110101111001011010110110011000111010001011000010110111 | e59886e894b5e5ad98e8b0b7 |
UHC | 嘆?存谷 | 11110111101000110011111111110000111011011100110111011011 | f7a33ff0edcddb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)