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 | 榕甚儼? | 10011110110101011001000001110010100110010101011000111111 | 9ed5907299563f |
EUC-JP | 榕甚儼? | 11011100110101111011111111010011110100011011011100111111 | dcd7bfd3d1b73f |
UTF-8 | 榕甚儼쐠 | 111001101010011010010101111001111001010010011010111001011000010010111100111011001001000010100000 | e6a695e7949ae584bcec90a0 |
UHC | 榕甚儼쐠 | 1110100110111110111001001010010011100101111100001001110010000110 | e9bee4a4e5f09c86 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)