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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 譴ウ隱ヲ | 111001101010001010110011111010001010101010100110 | e6a2b3e8aaa6 |
EUC-JP | 譴ウ隱ヲ | 1110110010100100100011101011001111110000101011001000111010100110 | eca48eb3f0ac8ea6 |
UTF-8 | 譴ウ隱ヲ | 111010001010110110110100111011111011110110110011111010011001101010110001111011111011110110100110 | e8adb4efbdb3e99ab1efbda6 |
UHC | 譴?隱? | 110011001011100100111111111010111101111100111111 | ccb93febdf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)