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 | ?瓏瑁? | 001111111110000011111010111000001110111000111111 | 3fe0fae0ee3f |
EUC-JP | ?瓏瑁? | 001111111110000011111100111000001111000000111111 | 3fe0fce0f03f |
UTF-8 | 앝瓏瑁앝 | 111011001001010110011101111001111001001110001111111001111001000110000001111011001001010110011101 | ec959de7938fe79181ec959d |
UHC | 앝瓏瑁앝 | 1011111011010100110101101110101011011001110000011011111011010100 | bed4d6ead9c1bed4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)