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 | ??秘?? | 001111110011111110010100111010010011111100111111 | 3f3f94e93f3f |
EUC-JP | ??秘?? | 001111110011111111001000111010110011111100111111 | 3f3fc8eb3f3f |
UTF-8 | 룶괌秘탕룫 | 111010111010001110110110111010101011010010001100111001111010011110011000111011011000001110010101111010111010001110101011 | eba3b6eab48ce7a798ed8395eba3ab |
UHC | 룶괌秘탕룫 | 10001111101010111011000110100001110111011111101011000101110000011000111110100010 | 8fabb1a1ddfac5c18fa2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)