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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 湜」陲よォ | 1111101101000111101000111110100010100010100000101110011010101011 | fb47a3e8a282e6ab |
EUC-JP | 湜」陲よォ | 1000111111000111111111001000111010100011111100001010010010100100111010001000111010101011 | 8fc7fc8ea3f0a4a4e88eab |
UTF-8 | 湜」陲よォ | 111001101011100110011100111011111011110110100011111010011001100110110010111000111000001010001000111011111011110110101011 | e6b99cefbda3e999b2e38288efbdab |
UHC | 湜??よ? | 11100011110101110011111100111111101010101110100000111111 | e3d73f3faae83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)