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 | ?蕣辰??荀 | 001111111110010011111010100100100100001100111111001111111110010010100100 | 3fe4fa92433f3fe4a4 |
EUC-JP | ?蕣辰??荀 | 001111111110100011111100110000111010010000111111001111111110100010100110 | 3fe8fcc3a43f3fe8a6 |
UTF-8 | 롒蕣辰롐롒荀 | 111010111010000110010010111010001001010110100011111010001011111010110000111010111010000110010000111010111010000110010010111010001000110110000000 | eba192e895a3e8beb0eba190eba192e88d80 |
UHC | 롒蕣辰롐롒荀 | 100011101101011111100010111100101111001011100011100011101101011010001110110101111110001011110000 | 8ed7e2f2f2e38ed68ed7e2f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)