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 | 顰∫ォ滉 | 11101000111111001000000111100111101010111001111111100100 | e8fc81e7ab9fe4 |
EUC-JP | 顰∫ォ滉 | 1111000011111110101000101110100110001110101010111101111011100110 | f0fea2e98eabdee6 |
UTF-8 | 顰∫ォ滉 | 111010011010000110110000111000101000100010101011111011111011110110101011111001101011101110001001 | e9a1b0e288abefbdabe6bb89 |
UHC | ?∫?滉 | 001111111010000111110010001111111111110011010001 | 3fa1f23ffcd1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)