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 | ?級? | 00111111100010111000100100111111 | 3f8b893f |
EUC-JP | 侁級? | 100011111011000011111100101101011110100100111111 | 8fb0fcb5e93f |
UTF-8 | 侁級깔 | 111001001011111010000001111001111011010010011010111010101011100110010100 | e4be81e7b49aeab994 |
UHC | 侁級깔 | 111000111110000011010000111001001011000111110010 | e3e0d0e4b1f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)