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 | 鬣停陶ヒ | 11101001101001011001001011100010100100111010100111001011 | e9a592e293a9cb |
EUC-JP | 鬣停陶ヒ | 1111001010100111110001001110010011000110101010111000111011001011 | f2a7c4e4c6ab8ecb |
UTF-8 | 鬣停陶ヒ | 111010011010110010100011111001011000000110011100111010011001100110110110111011111011111010001011 | e9aca3e5819ce999b6efbe8b |
UHC | ?停陶? | 001111111110111111001110110101001011011000111111 | 3fefced4b63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)