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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???癲? | 001111110011111100111111111000011001111100111111 | 3f3f3fe19f3f |
EUC-JP | ???癲? | 001111110011111100111111111000101010000100111111 | 3f3f3fe2a13f |
UTF-8 | 溜녑뀴癲쫐 | 111011111010011110001011111010111000010110010001111010111000000010110100111001111001100110110010111011001010101110010000 | efa78beb8591eb80b4e799b2ecab90 |
UHC | 溜녑뀴癲쫐 | 11101010111111101011001111100101100001011010101011101111101001101010011001101000 | eafeb3e585aaefa6a668 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)