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 | 茘貉瞞鴣茘眷 | 111001001010101111100110101110011110000111010100111010011111001111100100101010111110000111000101 | e4abe6b9e1d4e9f3e4abe1c5 |
EUC-JP | 茘貉瞞鴣茘眷 | 111010001010110111101100101110111110001011010110111100101111010111101000101011011110001011000111 | e8adecbbe2d6f2f5e8ade2c7 |
UTF-8 | 茘貉瞞鴣茘眷 | 111010001000110010011000111010001011001010001001111001111001111010011110111010011011010010100011111010001000110010011000111001111001110010110111 | e88c98e8b289e79e9ee9b4a3e88c98e79cb7 |
UHC | ??瞞??眷 | 0011111100111111110110001011111000111111001111111100111111101111 | 3f3fd8be3f3fcfef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)