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 | 傳???調? | 1001100101000010001111110011111100111111100100101011001000111111 | 99423f3f3f92b23f |
EUC-JP | 傳?饔?調? | 11010001101000110011111110001111111010001110111100111111110001001011010000111111 | d1a33f8fe8ef3fc4b43f |
UTF-8 | 傳렓饔렧調렠 | 111001011000001010110011111010111010000010010011111010011010010110010100111010111010000010100111111010001010101010111111111010111010000010100000 | e582b3eba093e9a594eba0a7e8aabfeba0a0 |
UHC | 傳렓饔렧調렠 | 111011101110111010001110101010001110100010111101100011101011011011110000111000001000111010110001 | eeee8ea8e8bd8eb6f0e08eb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)