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 | 羯梧浦 | 111000111011100110001100111001101000100101011001 | e3b98ce68959 |
EUC-JP | 羯梧浦 | 111001101011101110111000111010001011000110111010 | e6bbb8e8b1ba |
UTF-8 | 羯梧浦 | 111001111011111010101111111001101010001010100111111001101011010110100110 | e7beafe6a2a7e6b5a6 |
UHC | ?梧浦 | 0011111111100111111111001111100011011101 | 3fe7fcf8dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)