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 | ラー鉎ォ | 1101011110110000111110111100011110101011 | d7b0fbc7ab |
EUC-JP | ラー鉎ォ | 100011101101011110001110101100001000111111100011110111111000111010101011 | 8ed78eb08fe3df8eab |
UTF-8 | ラー鉎ォ | 111011111011111010010111111011111011110110110000111010011000100110001110111011111011110110101011 | efbe97efbdb0e9898eefbdab |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)