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 | ??緬?? | 001111110011111110010110110010010011111100111111 | 3f3f96c93f3f |
EUC-JP | ??緬?? | 001111110011111111001100110010110011111100111111 | 3f3fcccb3f3f |
UTF-8 | 룶괌緬礪괌 | 111010111010001110110110111010101011010010001100111001111011011110101100111011111010011010000101111010101011010010001100 | eba3b6eab48ce7b7acefa685eab48c |
UHC | 룶괌緬礪괌 | 10001111101010111011000110100001110110001111101111100110101001111011000110100001 | 8fabb1a1d8fbe6a7b1a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)