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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 銀?─ | 1000101111100010001111111000010010011111 | 8be23f849f |
EUC-JP | 銀?─ | 1011011011100100001111111010100010100001 | b6e43fa8a1 |
UTF-8 | 銀댐─ | 111010011000101010000000111010111000110010010000111000101001010010000000 | e98a80eb8c90e29480 |
UHC | 銀댐─ | 111010111101111010110100111011111010011010100001 | ebdeb4efa6a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)