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 | ??址? | 0011111100111111100110101010110000111111 | 3f3f9aac3f |
EUC-JP | ??址汭 | 00111111001111111101010010101110100011111100011011100010 | 3f3fd4ae8fc6e2 |
UTF-8 | 뤙밟址汭 | 111010111010010010011001111010111011000010011111111001011001110110000000111001101011000110101101 | eba499ebb09fe59d80e6b1ad |
UHC | 뤙밟址汭 | 1000111111001000101110011110001011110010101000111110011111010111 | 8fc8b9e2f2a3e7d7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)