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 | ???游?┃ | 0011111100111111001111111001111111100000001111111000010010101011 | 3f3f3f9fe03f84ab |
EUC-JP | ???游?┃ | 0011111100111111001111111101111011100010001111111010100010101101 | 3f3f3fdee23fa8ad |
UTF-8 | 劣곕뎿游룬┃ | 111011111010011010011101111010101011001110010101111010111000111010111111111001101011100010111000111010111010001110101100111000101001010010000011 | efa69deab395eb8ebfe6b8b8eba3ace29483 |
UHC | 劣곕뎿游룬┃ | 111001101110101110110000111010111000100110010010111010101111110110110111111010011010011010101101 | e6ebb0eb8992eafdb7e9a6ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)