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 | 苳ょ辱纓 | 1110010010010100100000101110010110010000010010101110001110010111 | e49482e5904ae397 |
EUC-JP | 苳ょ辱纓 | 1110011111110100101001001110011110111111101010111110010111110111 | e7f4a4e7bfabe5f7 |
UTF-8 | 苳ょ辱纓 | 111010001000101110110011111000111000001010000111111010001011111010110001111001111011101010010011 | e88bb3e38287e8beb1e7ba93 |
UHC | ?ょ辱纓 | 00111111101010101110011111101001101101001110011111000101 | 3faae7e9b4e7c5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)