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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?乘j? | 001111111001100010101001100000101000101000111111 | 3f98a9828a3f |
EUC-JP | ?乘j? | 001111111101000010101011101000111110101000111111 | 3fd0aba3ea3f |
UTF-8 | 퀴乘j꺌 | 111011011000000010110100111001001011100110011000111011111011110110001010111010101011101010001100 | ed80b4e4b998efbd8aeaba8c |
UHC | 퀴乘j꺌 | 1100010011111011111000111010101110100011111010101011001010100111 | c4fbe3aba3eab2a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)