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 | ?坎?串 | 001111111001101010101010001111111000101111111000 | 3f9aaa3f8bf8 |
EUC-JP | ?坎?串 | 001111111101010010101100001111111011011011111010 | 3fd4ac3fb6fa |
UTF-8 | 뤗坎몫串 | 111010111010010010010111111001011001110110001110111010111010101010101011111001001011100010110010 | eba497e59d8eebaaabe4b8b2 |
UHC | 뤗坎몫串 | 1000111111000111110010101110110010111000111100101100110111111010 | 8fc7caecb8f2cdfa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)