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 | 鶯??蔭?? | 1110100111110010001111110011111110001000111111000011111100111111 | e9f23f3f88fc3f3f |
EUC-JP | 鶯??蔭?? | 1111001011110100001111110011111110110000111111100011111100111111 | f2f43f3fb0fe3f3f |
UTF-8 | 鶯볠퐶蔭뉗솭 | 111010011011011010101111111010111011001110100000111011011001000010110110111010001001010010101101111010111000100110010111111011001000011010101101 | e9b6afebb3a0ed90b6e894adeb8997ec86ad |
UHC | 鶯볠퐶蔭뉗솭 | 111001011010001110010011111001101011110110011111111010111110001110000111111011001001100110100011 | e5a393e6bd9febe387ec99a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)