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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ????暖?? | 0011111100111111001111110011111110010010011001110011111100111111 | 3f3f3f3f92673f3f |
EUC-JP | ????暖?? | 0011111100111111001111110011111111000011110010000011111100111111 | 3f3f3f3fc3c83f3f |
UTF-8 | 렱렽렪뤒暖흳툘 | 111010111010000010110001111010111010000010111101111010111010000010101010111010111010010010010010111001101001101010010110111011011001110110110011111011011000100010011000 | eba0b1eba0bdeba0aaeba492e69a96ed9db3ed8898 |
UHC | 렱렽렪뤒暖흳툘 | 1000111010111110100011101100010110001110101110001000111111000010110100011110110011000101100011101011100010001111 | 8ebe8ec58eb88fc2d1ecc58eb88f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)