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 | 褥??饒?? | 1110010111110001001111110011111111101001011000000011111100111111 | e5f13f3fe9603f3f |
| EUC-JP | 褥??饒?? | 1110101011110011001111110011111111110001110000010011111100111111 | eaf33f3ff1c13f3f |
| UTF-8 | 褥곤푴饒댐쉴 | 111010001010010010100101111010101011001110100100111011011001000110110100111010011010010110010010111010111000110010010000111011001000100110110100 | e8a4a5eab3a4ed91b4e9a592eb8c90ec89b4 |
| UHC | 褥곤푴饒댐쉴 | 111010011011001110110000111011111011111010000010111010011010111010110100111011111011110110101111 | e9b3b0efbe82e9aeb4efbdaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)