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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | シナ軸芝蔀而 | 10111100110001011000111010110010100011101100010110001110110000011000111010100111 | bcc58eb28ec58ec18ea7 |
EUC-JP | シナ軸芝蔀而 | 100011101011110010001110110001011011110010110100101111001100011110111100110000111011110010101001 | 8ebc8ec5bcb4bcc7bcc3bca9 |
UTF-8 | シナ軸芝蔀而 | 111011111011110110111100111011111011111010000101111010001011101110111000111010001000101010011101111010001001010010000000111010001000000010001100 | efbdbcefbe85e8bbb8e88a9de89480e8808c |
UHC | ??軸芝?而 | 001111110011111111110101111011101111001010111001001111111110110010111011 | 3f3ff5eef2b93fecbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)