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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 遙゙鈺 | 1110101010100001110111101111101111000100 | eaa1defbc4 |
EUC-JP | 遙゙鈺 | 11110100101000111000111011011110100011111110001111010101 | f4a38ede8fe3d5 |
UTF-8 | 遙゙鈺 | 111010011000000110011001111011111011111010011110111010011000100010111010 | e98199efbe9ee988ba |
UHC | 遙?鈺 | 1110100110101011001111111110100010101101 | e9ab3fe8ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)