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 | 弔魅e闇 | 1001001010100010100101101010001110000010100001011000100011000101 | 92a296a3828588c5 |
EUC-JP | 弔魅e闇 | 1100010010100100110011001010010110100011111001011011000011000111 | c4a4cca5a3e5b0c7 |
UTF-8 | 弔魅e闇 | 111001011011110010010100111010011010110110000101111011111011110110000101111010011001011110000111 | e5bc94e9ad85efbd85e99787 |
UHC | 弔魅e闇 | 1111000011000000110110001110010110100011111001011110010011100001 | f0c0d8e5a3e5e4e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)