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 | ??潟僊 | 001111110011111110001010100000111001100101000001 | 3f3f8a839941 |
EUC-JP | ??潟僊 | 001111110011111110110011111000111101000110100010 | 3f3fb3e3d1a2 |
UTF-8 | 렏렍潟僊 | 111010111010000010001111111010111010000010001101111001101011110110011111111001011000001110001010 | eba08feba08de6bd9fe5838a |
UHC | 렏렍潟僊 | 1000111010100101100011101010001111100000101100111110000010111010 | 8ea58ea3e0b3e0ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)