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 | 嵬??昻?? | 1001101111001010001111110011111111111010110100000011111100111111 | 9bca3f3ffad03f3f |
EUC-JP | 嵬????? | 11010110110011000011111100111111001111110011111100111111 | d6cc3f3f3f3f3f |
UTF-8 | 嵬뚩눎昻뷴윿 | 111001011011010110101100111010111001101010101001111010111000100010001110111001101001100010111011111010111011011110110100111011001001110010111111 | e5b5aceb9aa9eb888ee698bbebb7b4ec9cbf |
UHC | 嵬뚩눎昻뷴윿 | 111010001110001110001100111010001000011110101010111001001110100110111010111001011001111110110111 | e8e38ce887aae4e9bae59fb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)