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 | 隲ア竏樔隲 | 1110100010101011101100011110001010001000100111101110010011110100101011001110100010101011 | e8abb1e2889ee4f4ace8ab |
EUC-JP | 隲ア竏樔?隲 | 1111000010101101100011101011000111100011111010001101110011100110001111111111000010101101 | f0ad8eb1e3e8dce63ff0ad |
UTF-8 | 隲ア竏樔隲 | 111010011001101010110010111011111011110110110001111001111010101110001111111001101010100010010100111011101000110110011011111010011001101010110010 | e99ab2efbdb1e7ab8fe6a894ee8d9be99ab2 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)