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 | ネ錞臀 | 11110000111011011100100011111011110110111110010001011100 | f0edc8fbdbe45c |
EUC-JP | ?ネ錞臀 | 0011111110001110110010001000111111100100110111001110011110111101 | 3f8ec88fe4dce7bd |
UTF-8 | ネ錞臀 | 111011101000001010101100111011111011111010001000111010011000110010011110111010001000011110000000 | ee82acefbe88e98c9ee88780 |
UHC | ??錞臀 | 001111110011111111100010111101101101010011101011 | 3f3fe2f6d4eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)