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 | 痾眄痣眩 | 1110000101111101111000011011111011100001011110111110000110111111 | e17de1bee17be1bf |
EUC-JP | 痾眄痣眩 | 1110000111011110111000101100000011100001110111001110001011000001 | e1dee2c0e1dce2c1 |
UTF-8 | 痾眄痣眩 | 111001111001011110111110111001111001110010000100111001111001011110100011111001111001110010101001 | e797bee79c84e797a3e79ca9 |
UHC | ?眄?眩 | 001111111101100011111000001111111111101011011111 | 3fd8f83ffadf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)