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 | ?暖咐蹙? | 0011111110010010011001111001100111110011111001110100010100111111 | 3f926799f3e7453f |
EUC-JP | ?暖咐蹙? | 0011111111000011110010001101001011110101111011011010011000111111 | 3fc3c8d2f5eda63f |
UTF-8 | 뤶暖咐蹙쭭 | 111010111010010010110110111001101001101010010110111001011001001010010000111010001011100110011001111011001010110110101101 | eba4b6e69a96e59290e8b999ecadad |
UHC | 뤶暖咐蹙쭭 | 10001111111001001101000111101100110111001111101111110101111011001010100001000001 | 8fe4d1ecdcfbf5eca841 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)