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 | 顋菩葵籬 | 1110100011111001100101011110110010001000101010001110001011011111 | e8f995ec88a8e2df |
EUC-JP | 顋菩葵籬 | 1111000011111011110010101110111010110000101010101110010011100001 | f0fbcaeeb0aae4e1 |
UTF-8 | 顋菩葵籬 | 111010011010000110001011111010001000111110101001111010001001000110110101111001111011000110101100 | e9a18be88fa9e891b5e7b1ac |
UHC | ?菩葵籬 | 00111111110111001100110011010000101011011101011111100110 | 3fdcccd0add7e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)