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 | ???g???? | 0011111100111111001111110110011100111111001111110011111100111111 | 3f3f3f673f3f3f3f |
SJIS-WIN | ???g???? | 0011111100111111001111110110011100111111001111110011111100111111 | 3f3f3f673f3f3f3f |
EUC-JP | ???g???? | 0011111100111111001111110110011100111111001111110011111100111111 | 3f3f3f673f3f3f3f |
UTF-8 | 렱렚샷g렱렖셌샬 | 11101011101000001011000111101011101000001001101011101100100000111011011101100111111010111010000010110001111010111010000010010110111011001000010110001100111011001000001110101100 | eba0b1eba09aec83b767eba0b1eba096ec858cec83ac |
UHC | 렱렚샷g렱렖셌샬 | 100011101011111010001110101011011011110010100110011001111000111010111110100011101010101110111100110000111011110010100011 | 8ebe8eadbca6678ebe8eabbcc3bca3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)