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 | 壌緖ラ | 1000111111101011111110111000111011010111 | 8febfb8ed7 |
EUC-JP | 壌?ラ | 1011111011101101001111111000111011010111 | beed3f8ed7 |
UTF-8 | 壌緖ラ | 111001011010001110001100111001111011011110010110111011111011111010010111 | e5a38ce7b796efbe97 |
UHC | ?緖? | 00111111110111111111110100111111 | 3fdffd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)