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 | ??量正? | 00111111001111111001011111001010100100001011001100111111 | 3f3f97ca90b33f |
EUC-JP | 湞?量正? | 100011111100011111111110001111111100111011001100110000001011010100111111 | 8fc7fe3fceccc0b53f |
UTF-8 | 湞대量正렩 | 111001101011100110011110111010111000110010000000111010011000011110001111111001101010110110100011111010111010000010101001 | e6b99eeb8c80e9878fe6ada3eba0a9 |
UHC | 湞대量正렩 | 11101111111001101011010011101011110101011110000111101111111000011000111010110111 | efe6b4ebd5e1efe18eb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)