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 | ????NE | 001111110011111100111111001111110100111001000101 | 3f3f3f3f4e45 |
SJIS-WIN | ラ瞠ゥ耨NE | 1101011111100001110100111010100111100011110100110100111001000101 | d7e1d3a9e3d34e45 |
EUC-JP | ラ瞠ゥ耨NE | 10001110110101111110001011010101100011101010100111100110110101010100111001000101 | 8ed7e2d58ea9e6d54e45 |
UTF-8 | ラ瞠ゥ耨NE | 1110111110111110100101111110011110011110101000001110111110111101101010011110100010000000101010000100111001000101 | efbe97e79ea0efbda9e880a84e45 |
UHC | ????NE | 001111110011111100111111001111110100111001000101 | 3f3f3f3f4e45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)