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 | 日?蜃?? | 10010011111110100011111111100101100001110011111100111111 | 93fa3fe5873f3f |
EUC-JP | 日?蜃?? | 11000110111111000011111111101001111001110011111100111111 | c6fc3fe9e73f3f |
UTF-8 | 日렟蜃렪롉 | 111001101001011110100101111010111010000010011111111010001001110010000011111010111010000010101010111010111010000110001001 | e697a5eba09fe89c83eba0aaeba189 |
UHC | 日렟蜃렪롉 | 11101100111011011000111010110000111000111111000110001110101110001000111011001111 | eced8eb0e3f18eb88ecf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)