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 | ?u}Y?u}bE | 001111110111010101111101010110010011111101110101011111010110001001000101 | 3f757d593f757d6245 |
SJIS-WIN | ?u}Y?u}bE | 001111110111010101111101010110010011111101110101011111010110001001000101 | 3f757d593f757d6245 |
EUC-JP | ?u}Y?u}bE | 001111110111010101111101010110010011111101110101011111010110001001000101 | 3f757d593f757d6245 |
UTF-8 | 횪u}Y횪u}bE | 11101101100110101010101001110101011111010101100111101101100110101010101001110101011111010110001001000101 | ed9aaa757d59ed9aaa757d6245 |
UHC | 횪u}Y횪u}bE | 1100001110100000011101010111110101011001110000111010000001110101011111010110001001000101 | c3a0757d59c3a0757d6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)