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 | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-WIN | 渦??唯?\ | 1000100101010001001111110011111110010111010000100011111101011100 | 89513f3f97423f5c |
EUC-JP | 渦??唯?\ | 1011000110110010001111110011111111001101101000110011111101011100 | b1b23f3fcda33f5c |
UTF-8 | 渦깅끇唯랰\ | 11100110101110001010011011101010101110011000010111101011100000011000011111100101100101001010111111101011100111101011000001011100 | e6b8a6eab985eb8187e594afeb9eb05c |
UHC | 渦깅끇唯랰\ | 1110100010111110101100011110101110000101101110111110101011100110100011100100110001011100 | e8beb1eb85bbeae68e4c5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)