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 | 茯常舟薊 | 1110010010101000100011111110110110001111010011011110010101001000 | e4a88fed8f4de548 |
EUC-JP | 茯常舟薊 | 1110100010101010101111101110111110111101101011101110100110101001 | e8aabeefbdaee9a9 |
UTF-8 | 茯常舟薊 | 111010001000110010101111111001011011100010111000111010001000100010011111111010001001011010001010 | e88cafe5b8b8e8889fe8968a |
UHC | 茯常舟? | 11011100110110101101111111001000111100011100011100111111 | dcdadfc8f1c73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)