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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 梓?[梓?[^ | 100010001011001000111111010110111000100010110010001111110101101101011110 | 88b23f5b88b23f5b5e |
EUC-JP | 梓?[梓?[^ | 101100001011010000111111010110111011000010110100001111110101101101011110 | b0b43f5bb0b43f5b5e |
UTF-8 | 梓렒[梓렒[^ | 111001101010001010010011111010111010000010010010010110111110011010100010100100111110101110100000100100100101101101011110 | e6a293eba0925be6a293eba0925b5e |
UHC | 梓렒[梓렒[^ | 1110111010101001100011101010011101011011111011101010100110001110101001110101101101011110 | eea98ea75beea98ea75b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)