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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 譽??央? | 11100110101000110011111100111111100010011001101100111111 | e6a33f3f899b3f |
EUC-JP | 譽??央? | 11101100101001010011111100111111101100011111101100111111 | eca53f3fb1fb3f |
UTF-8 | 譽긴퓱央뉑 | 111010001010110110111101111010101011100010110100111011011001001110110001111001011010010010101110111010111000100110010001 | e8adbdeab8b4ed93b1e5a4aeeb8991 |
UHC | 譽긴퓱央뉑 | 11100111111000101011000111100100101111111001011111100100111001111000011111100110 | e7e2b1e4bf97e4e787e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)