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 | 永??巡?ⅶ | 100010010110100100111111001111111000111110000100001111111111101001000110 | 89693f3f8f843ffa46 |
EUC-JP | 永??巡?? | 1011000111001010001111110011111110111101111001000011111100111111 | b1ca3f3fbde43f3f |
UTF-8 | 永띕끼巡붷ⅶ | 111001101011000010111000111010111001110110010101111010111000000110111100111001011011011110100001111010111011011010110111111000101000010110110110 | e6b0b8eb9d95eb81bce5b7a1ebb6b7e285b6 |
UHC | 永띕끼巡붷ⅶ | 111001111011010110110110111010111011001110100010111000101101111010010100111001011010010110100111 | e7b5b6ebb3a2e2de94e5a5a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)