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 | 筌???h? | 1110001010100011001111110011111100111111100000101000100000111111 | e2a33f3f3f82883f |
EUC-JP | 筌???h? | 1110010010100101001111110011111100111111101000111110100000111111 | e4a53f3f3fa3e83f |
UTF-8 | 筌뚢뮫璘h뀺 | 111001111010110110001100111010111001101010100010111010111010111010101011111011111010011110101111111011111011110110001000111010111000000010111010 | e7ad8ceb9aa2ebaeabefa7afefbd88eb80ba |
UHC | 筌뚢뮫璘h뀺 | 111011111010011110001100111000101001001010110101111011001101111010100011111010001000010110110000 | efa78ce292b5ecdea3e885b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)