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 | 第??邑? | 10010001111001100011111100111111100101110101011100111111 | 91e63f3f97573f |
EUC-JP | 第??邑? | 11000010111010000011111100111111110011011011100000111111 | c2e83f3fcdb83f |
UTF-8 | 第뀀寧邑렜 | 111001111010110010101100111010111000000010000000111011111010010110011111111010011000001010010001111010111010000010011100 | e7acaceb8080efa59fe98291eba09c |
UHC | 第뀀寧邑렜 | 11110000101011111011001011101011110101101011100011101011111010011000111010101110 | f0afb2ebd6b8ebe98eae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)