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 | ?賣鮴コ鱇貍 | 00111111111001101100110011101001101111101011101011101001110111111110011010111100 | 3fe6cce9bebae9dfe6bc |
EUC-JP | 澇賣鮴コ鱇貍 | 10001111110010001110010011101100110011101111001011000000100011101011101011110010111000011110110010111110 | 8fc8e4eccef2c08ebaf2e1ecbe |
UTF-8 | 澇賣鮴コ鱇貍 | 111001101011111010000111111010001011001110100011111010011010111010110100111011111011110110111010111010011011000110000111111010001011001010001101 | e6be87e8b3a3e9aeb4efbdbae9b187e8b28d |
UHC | ?賣??鱇? | 0011111111011000111000110011111100111111110010111011111000111111 | 3fd8e33f3fcbbe3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)