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 | ???涅?? | 00111111001111110011111110011111101110000011111100111111 | 3f3f3f9fb83f3f |
EUC-JP | 沅??涅?? | 100011111100011011101001001111110011111111011110101110100011111100111111 | 8fc6e93f3fdeba3f3f |
UTF-8 | 沅룹떎涅듦떱 | 111001101011001010000101111010111010001110111001111010111001011010001110111001101011011010000101111010111001001110100110111010111001011010110001 | e6b285eba3b9eb968ee6b685eb93a6eb96b1 |
UHC | 沅룹떎涅듦떱 | 111010101011011010110111111011001000101110100100111001101110111010110101111010101011011010110111 | eab6b7ec8ba4e6eeb5eab6b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)