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 | 柚??柚?? | 1001011101001101001111110011111110010111010011010011111100111111 | 974d3f3f974d3f3f |
| EUC-JP | 柚??柚?? | 1100110110101110001111110011111111001101101011100011111100111111 | cdae3f3fcdae3f3f |
| UTF-8 | 柚됰쳫柚됰쳫 | 111001101001111110011010111010111001000010110000111011001011001110101011111001101001111110011010111010111001000010110000111011001011001110101011 | e69f9aeb90b0ecb3abe69f9aeb90b0ecb3ab |
| UHC | 柚됰쳫柚됰쳫 | 111010101111011010001001111010111010101110010000111010101111011010001001111010111010101110010000 | eaf689ebab90eaf689ebab90 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)