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 | 悠?? | 10010111010010010011111100111111 | 97493f3f |
EUC-JP | 悠?? | 11001101101010100011111100111111 | cdaa3f3f |
UTF-8 | 悠ⓨ맒 | 111001101000001010100000111000101001001110101000111010111010011110010010 | e682a0e293a8eba792 |
UHC | 悠ⓨ맒 | 111010101110110110101000111001011011100010111101 | eaeda8e5b8bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)