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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 壯??腸?? | 1001101011100001001111110011111110010010101100000011111100111111 | 9ae13f3f92b03f3f |
EUC-JP | 壯??腸?? | 1101010011100011001111110011111111000100101100100011111100111111 | d4e33f3fc4b23f3f |
UTF-8 | 壯븝풆腸뚲궨 | 111001011010001110101111111010111011100010011101111011011001001010000110111010001000010110111000111010111001101010110010111010101011011010101000 | e5a3afebb89ded9286e885b8eb9ab2eab6a8 |
UHC | 壯븝풆腸뚲궨 | 111011011110000010111010111011111011111010001110111011011111001110001100111011101000001010111010 | ede0baefbe8eedf38cee82ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)