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 | 赱シ霎樒 | 11100110110111111011110011101000101111101001111011100111 | e6dfbce8be9ee7 |
EUC-JP | 赱シ霎樒 | 1110110011100001100011101011110011110000110000001101110011101001 | ece18ebcf0c0dce9 |
UTF-8 | 赱シ霎樒 | 111010001011010110110001111011111011110110111100111010011001110010001110111001101010100010010010 | e8b5b1efbdbce99c8ee6a892 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)