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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 裄牙ォ宇 | 11100101111000001000100111100101101010111000100101000110 | e5e089e5ab8946 |
EUC-JP | 裄牙ォ宇 | 1110101011100010101100101110011110001110101010111011000110100111 | eae2b2e78eabb1a7 |
UTF-8 | 裄牙ォ宇 | 111010001010001110000100111001111000100110011001111011111011110110101011111001011010111010000111 | e8a384e78999efbdabe5ae87 |
UHC | ?牙?宇 | 001111111110010010110011001111111110100111010100 | 3fe4b33fe9d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)