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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?掖?闇 | 001111111001110101110100001111111000100011000101 | 3f9d743f88c5 |
EUC-JP | ?掖?闇 | 001111111101100111010101001111111011000011000111 | 3fd9d53fb0c7 |
UTF-8 | 솝掖섣闇 | 111011001000011010011101111001101000111010010110111011001000010010100011111010011001011110000111 | ec869de68e96ec84a3e99787 |
UHC | 솝掖섣闇 | 1011110011011001111001001111101010111100101100101110010011100001 | bcd9e4fabcb2e4e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)