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 | 獰??釗る? | 111000001101011000111111001111111111101110111011100000101110100100111111 | e0d63f3ffbbb82e93f |
EUC-JP | 獰??釗る? | 11100000110110000011111100111111100011111110001110100110101001001110101100111111 | e0d83f3f8fe3a6a4eb3f |
UTF-8 | 獰⑴닇釗る젌 | 111001111000110110110000111000101001000110110100111010111000101110000111111010011000011110010111111000111000001010001011111011001010000010001100 | e78db0e291b4eb8b87e98797e3828beca08c |
UHC | 獰⑴닇釗る젌 | 111001111011111010101001111001111000100010010000111000011111001010101010111010111010000010001101 | e7bea9e78890e1f2aaeba08d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)