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 | 永?…??Ⅸ | 100010010110100100111111100000010110001100111111001111111000011101011100 | 89693f81633f3f875c |
| EUC-JP | 永?…堉?? | 10110001110010100011111110100001110001001000111110110111111111010011111100111111 | b1ca3fa1c48fb7fd3f3f |
| UTF-8 | 永띕…堉쀯Ⅸ | 111001101011000010111000111010111001110110010101111000101000000010100110111001011010000010001001111011001000000010101111111000101000010110101000 | e6b0b8eb9d95e280a6e5a089ec80afe285a8 |
| UHC | 永띕…堉쀯Ⅸ | 111001111011010110110110111010111010000110100110111010111011110010010111111011111010010110111000 | e7b5b6eba1a6ebbc97efa5b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)