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 | 耀????┸ | 1001011101110011001111110011111100111111001111111000010010111101 | 97733f3f3f3f84bd |
EUC-JP | 耀??彛?┸ | 11001101110101000011111100111111100011111011110011111010001111111010100010111111 | cdd43f3f8fbcfa3fa8bf |
UTF-8 | 耀붿뮃彛좑┸ | 111010001000000010000000111010111011011010111111111010111010111010000011111001011011110110011011111011001010001010010001111000101001010010111000 | e88080ebb6bfebae83e5bd9beca291e294b8 |
UHC | 耀붿뮃彛좑┸ | 111010011010010110010100111011001001001010010010111011001010110110100000111011111010011010111111 | e9a594ec9292ecada0efa6bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)