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 | 億?┸ | 1000100110101101001111111000010010111101 | 89ad3f84bd |
EUC-JP | 億?┸ | 1011001010101111001111111010100010111111 | b2af3fa8bf |
UTF-8 | 億뺧┸ | 111001011000010010000100111010111011101010100111111000101001010010111000 | e58484ebbaa7e294b8 |
UHC | 億뺧┸ | 111001011110001010010101111011111010011010111111 | e5e295efa6bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)