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 | 轤ォ魘ォ驥ョ | 111001111000001010101011111010011011010010101011111010011000011110101110 | e782abe9b4abe987ae |
EUC-JP | 轤ォ魘ォ驥ョ | 111011011110001010001110101010111111001010110110100011101010101111110001111001111000111010101110 | ede28eabf2b68eabf1e78eae |
UTF-8 | 轤ォ魘ォ驥ョ | 111010001011110110100100111011111011110110101011111010011010110110011000111011111011110110101011111010011010100110100101111011111011110110101110 | e8bda4efbdabe9ad98efbdabe9a9a5efbdae |
UHC | ????驥? | 00111111001111110011111100111111110100011100101000111111 | 3f3f3f3fd1ca3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)