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 | 尺渉レ | 1000111011011010100011111100001011011010 | 8eda8fc2da |
EUC-JP | 尺渉レ | 101111001101110010111110110001001000111011011010 | bcdcbec48eda |
UTF-8 | 尺渉レ | 111001011011000010111010111001101011100010001001111011111011111010011010 | e5b0bae6b889efbe9a |
UHC | 尺?? | 11110100101010010011111100111111 | f4a93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)