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 | 蜊引匏? | 11100101100011011000100011111000100110011011010100111111 | e58d88f899b53f |
EUC-JP | 蜊引匏宼 | 111010011110110110110000111110101101001010110111100011111011101011011010 | e9edb0fad2b78fbada |
UTF-8 | 蜊引匏宼 | 111010001001110010001010111001011011110010010101111001011000110010001111111001011010111010111100 | e89c8ae5bc95e58c8fe5aebc |
UHC | ?引匏? | 001111111110110011011010111110001101001000111111 | 3fecdaf8d23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)