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 | 耶???る? | 1001011011101011001111110011111100111111100000101110100100111111 | 96eb3f3f3f82e93f |
EUC-JP | 耶???る? | 1100110011101101001111110011111100111111101001001110101100111111 | cced3f3f3fa4eb3f |
UTF-8 | 耶븍떦溜る뜶 | 111010001000000010110110111010111011100010001101111010111001011010100110111011111010011110001011111000111000001010001011111010111001110010110110 | e880b6ebb88deb96a6efa78be3828beb9cb6 |
UHC | 耶븍떦溜る뜶 | 111001011010110110111010111010111000101110111001111010101111111010101010111010111000110110110100 | e5adbaeb8bb9eafeaaeb8db4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)