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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | セュ筰セュ式 | 1011111010101101111000101010100110111110101011011000111010101110 | beade2a9bead8eae |
EUC-JP | セュ筰セュ式 | 100011101011111010001110101011011110010010101011100011101011111010001110101011011011110010110000 | 8ebe8eade4ab8ebe8eadbcb0 |
UTF-8 | セュ筰セュ式 | 111011111011110110111110111011111011110110101101111001111010110110110000111011111011110110111110111011111011110110101101111001011011110010001111 | efbdbeefbdade7adb0efbdbeefbdade5bc8f |
UHC | ?????式 | 00111111001111110011111100111111001111111110001111010010 | 3f3f3f3f3fe3d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)