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 | 邉倡ウ録 | 11100111101100111001100011100111101100111001100001011110 | e7b398e7b3985e |
EUC-JP | 邉倡ウ録 | 1110111010110101110100001110100110001110101100111100111110111111 | eeb5d0e98eb3cfbf |
UTF-8 | 邉倡ウ録 | 111010011000001010001001111001011000000010100001111011111011110110110011111010011000110010110010 | e98289e580a1efbdb3e98cb2 |
UHC | ?倡?? | 0011111111110011110110110011111100111111 | 3ff3db3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)