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 | 薪??十?? | 1001000001100100001111110011111110001111010111000011111100111111 | 90643f3f8f5c3f3f |
| EUC-JP | 薪??十?? | 1011111111000101001111110011111110111101101111010011111100111111 | bfc53f3fbdbd3f3f |
| UTF-8 | 薪릯뢇十뙊뢉 | 111010001001011010101010111010111010011010101111111010111010001010000111111001011000110110000001111010111001100110001010111010111010001010001001 | e896aaeba6afeba287e58d81eb998aeba289 |
| UHC | 薪릯뢇十뙊뢉 | 111000111110111110010000100011111000111101000011111001001010100010001100100011111000111101000101 | e3ef908f8f43e4a88c8f8f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)