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 | ???由?? | 00111111001111110011111110010111010100100011111100111111 | 3f3f3f97523f3f |
EUC-JP | ???由?? | 00111111001111110011111111001101101100110011111100111111 | 3f3f3fcdb33f3f |
UTF-8 | 樂끸뫁由길뿬 | 111011111010011010111111111010111000000110111000111010111010101110000001111001111001010010110001111010101011100010111000111010111011111110101100 | efa6bfeb81b8ebab81e794b1eab8b8ebbfac |
UHC | 樂끸뫁由길뿬 | 111010001111100110000101111000101001000110100101111010111010011010110001111001101001011110101100 | e8f985e291a5eba6b1e697ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)