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 | 易??要?? | 1000100011010101001111110011111110010111011101100011111100111111 | 88d53f3f97763f3f |
| EUC-JP | 易??要?? | 1011000011010111001111110011111111001101110101110011111100111111 | b0d73f3fcdd73f3f |
| UTF-8 | 易뉛슨要잏몱 | 111001101001100010010011111010111000100110011011111011001000101010101000111010001010011010000001111011001001111010001111111010111010101010110001 | e69893eb899bec8aa8e8a681ec9e8febaab1 |
| UHC | 易뉛슨要잏몱 | 111001101011011010000111111011111011110110111100111010011010100110011111111001111001000110011010 | e6b687efbdbce9a99fe7919a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)