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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 渦??也や? | 100010010101000100111111001111111001011011100111100000101110001000111111 | 89513f3f96e782e23f |
EUC-JP | 渦??也や? | 101100011011001000111111001111111100110011101001101001001110010000111111 | b1b23f3fcce9a4e43f |
UTF-8 | 渦욘릍也や퓱 | 111001101011100010100110111011001001101010011000111010111010011010001101111001001011100110011111111000111000001010000100111011011001001110110001 | e6b8a6ec9a98eba68de4b99fe38284ed93b1 |
UHC | 渦욘릍也や퓱 | 111010001011111010111111111001101011100010101100111001011010010110101010111001001011111110010111 | e8bebfe6b8ace5a5aae4bf97 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)