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 | シセセレ社篠 | 1011110010111110101111101101101010001110110100001000111011000010 | bcbebeda8ed08ec2 |
EUC-JP | シセセレ社篠 | 100011101011110010001110101111101000111010111110100011101101101010111100110100101011110011000100 | 8ebc8ebe8ebe8edabcd2bcc4 |
UTF-8 | シセセレ社篠 | 111011111011110110111100111011111011110110111110111011111011110110111110111011111011111010011010111001111010010010111110111001111010111110100000 | efbdbcefbdbeefbdbeefbe9ae7a4bee7afa0 |
UHC | ????社篠 | 0011111100111111001111110011111111011110111001001110000111000110 | 3f3f3f3fdee4e1c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)