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 | ???}???{^ | 001111110011111100111111011111010011111100111111001111110111101101011110 | 3f3f3f7d3f3f3f7b5e |
SJIS-WIN | ???}???{^ | 001111110011111100111111011111010011111100111111001111110111101101011110 | 3f3f3f7d3f3f3f7b5e |
EUC-JP | ???}???{^ | 001111110011111100111111011111010011111100111111001111110111101101011110 | 3f3f3f7d3f3f3f7b5e |
UTF-8 | 롍렊栒}롍렊栒{^ | 111010111010000110001101111010111010000010001010111001101010000010010010011111011110101110100001100011011110101110100000100010101110011010100000100100100111101101011110 | eba18deba08ae6a0927deba18deba08ae6a0927b5e |
UHC | 롍렊栒}롍렊栒{^ | 100011101101001110001110101000011110001011100011011111011000111011010011100011101010000111100010111000110111101101011110 | 8ed38ea1e2e37d8ed38ea1e2e37b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)