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 | 肅梧尚 | 111000111110011110001100111001101000111110101110 | e3e78ce68fae |
EUC-JP | 肅梧尚 | 111001101110100110111000111010001011111010110000 | e6e9b8e8beb0 |
UTF-8 | 肅梧尚 | 111010001000001010000101111001101010001010100111111001011011000010011010 | e88285e6a2a7e5b09a |
UHC | 肅梧? | 1110001011011100111001111111110000111111 | e2dce7fc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)