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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 備?賓? | 100101001111010100111111100101010110111100111111 | 94f53f956f3f |
EUC-JP | 備?賓? | 110010001111011100111111110010011101000000111111 | c8f73fc9d03f |
UTF-8 | 備당賓붜 | 111001011000001010011001111010111000101110111001111010001011001110010011111010111011011010011100 | e58299eb8bb9e8b393ebb69c |
UHC | 備당賓붜 | 1101110111100001101101001110011111011110101110011011101011011011 | dde1b4e7deb9badb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)