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 | ?純モ??ち | 001111111000111110000011100000111000001000111111001111111000001010111111 | 3f8f8383823f3f82bf |
EUC-JP | ?純モ??ち | 001111111011110111100011101001011110001000111111001111111010010011000001 | 3fbde3a5e23f3fa4c1 |
UTF-8 | 룵純モ룫횕ち | 111010111010001110110101111001111011010010010100111000111000001110100010111010111010001110101011111011011001101010010101111000111000000110100001 | eba3b5e7b494e383a2eba3abed9a95e381a1 |
UHC | 룵純モ룫횕ち | 100011111010101011100010111011011010101111100010100011111010001011000011100011111010101011000001 | 8faae2edabe28fa2c38faac1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)