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 | 專弄? | 1001101110010011100110000100110100111111 | 9b93984d3f |
EUC-JP | 專弄? | 1101010111110011110011111010111000111111 | d5f3cfae3f |
UTF-8 | 專弄렠 | 111001011011000010001000111001011011110010000100111010111010000010100000 | e5b088e5bc84eba0a0 |
UHC | 專弄렠 | 111011101111011011010110111001111000111010110001 | eef6d6e78eb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)