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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?悠? | 00111111100101110100100100111111 | 3f97493f |
EUC-JP | ?悠? | 00111111110011011010101000111111 | 3fcdaa3f |
UTF-8 | 렲悠롐 | 111010111010000010110010111001101000001010100000111010111010000110010000 | eba0b2e682a0eba190 |
UHC | 렲悠롐 | 100011101011111111101010111011011000111011010110 | 8ebfeaed8ed6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)