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 | 筌??苑?$ | 111000101010001100111111001111111000100110010001001111111000000110010000 | e2a33f3f89913f8190 |
EUC-JP | 筌??苑?$ | 111001001010010100111111001111111011000111110001001111111010000111110000 | e4a53f3fb1f13fa1f0 |
UTF-8 | 筌뚮뿫苑뉐$ | 111001111010110110001100111010111001101010101110111010111011111110101011111010001000101110010001111010111000100110010000111011111011110010000100 | e7ad8ceb9aaeebbfabe88b91eb8990efbc84 |
UHC | 筌뚮뿫苑뉐$ | 111011111010011110001100111010111001011110101011111010101011110110000111111001011010001110100100 | efa78ceb97abeabd87e5a3a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)