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 | 濡??燁?? | 1001010001000111001111110011111111111011010110010011111100111111 | 94473f3ffb593f3f |
| EUC-JP | 濡??燁?? | 110001111010100000111111001111111000111111001010101100110011111100111111 | c7a83f3f8fcab33f3f |
| UTF-8 | 濡붾ㅆ燁섊캃 | 111001101011111110100001111010111011011010111110111000111000010110000110111001111000011110000001111011001000010010001010111011001011101010000011 | e6bfa1ebb6bee38586e78781ec848aecba83 |
| UHC | 濡붾ㅆ燁섊캃 | 111010111010000110010100111010111010010010110110111001111010011110011000111001111010111110010010 | eba194eba4b6e7a798e7af92 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)