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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 癲??釉e? | 111000011001111100111111001111111110011111010110100000101000010100111111 | e19f3f3fe7d682853f |
EUC-JP | 癲??釉e? | 111000101010000100111111001111111110111011011000101000111110010100111111 | e2a13f3feed8a3e53f |
UTF-8 | 癲욋뫒釉e뎄 | 111001111001100110110010111011001001101010001011111010111010101110010010111010011000011110001001111011111011110110000101111010111000111010000100 | e799b2ec9a8bebab92e98789efbd85eb8e84 |
UHC | 癲욋뫒釉e뎄 | 111011111010011010111111111000101001000110110100111010111011100010100011111001011011010110101100 | efa6bfe291b4ebb8a3e5b5ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)