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 | 沃??億?? | 1001011110000000001111110011111110001001101011010011111100111111 | 97803f3f89ad3f3f |
EUC-JP | 沃??億?? | 1100110111100000001111110011111110110010101011110011111100111111 | cde03f3fb2af3f3f |
UTF-8 | 沃띿뼦億띺뇽 | 111001101011001010000011111010111001110110111111111010111011110010100110111001011000010010000100111010111001110110111010111010111000011110111101 | e6b283eb9dbfebbca6e58484eb9dbaeb87bd |
UHC | 沃띿뼦億띺뇽 | 111010001010101010001101111011001001011010101001111001011110001010001101111010011011010010101000 | e8aa8dec96a9e5e28de9b4a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)