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 | 際?肢?程鉤 | 10001101110110110011111110001110100010000011111110010010111101101110011111101010 | 8ddb3f8e883f92f6e7ea |
EUC-JP | 際?肢?程鉤 | 10111010110111010011111110111011111010000011111111000100111110001110111011101100 | badd3fbbe83fc4f8eeec |
UTF-8 | 際렑肢렖程鉤 | 111010011001101010011011111010111010000010010001111010001000001010100010111010111010000010010110111001111010100010001011111010011000100110100100 | e99a9beba091e882a2eba096e7a88be989a4 |
UHC | 際렑肢렖程鉤 | 111100001011011110001110101001101111001010110110100011101010101111101111111011111100111111001001 | f0b78ea6f2b68eabefefcfc9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)