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 | 獄?∀節?? | 100011011001011000111111100000011100110110010000110111110011111100111111 | 8d963f81cd90df3f3f |
EUC-JP | 獄?∀節?? | 101110011111011000111111101000101100111111000000111000010011111100111111 | b9f63fa2cfc0e13f3f |
UTF-8 | 獄며∀節롦벉 | 111001111000110110000100111010111010100110110000111000101000100010000000111001111010111110000000111010111010000110100110111010111011001010001001 | e78d84eba9b0e28880e7af80eba1a6ebb289 |
UHC | 獄며∀節롦벉 | 111010001010101110111000111001111010001010100011111011111011110110001110111001101001001110101100 | e8abb8e7a2a3efbd8ee693ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)