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 | 茗借者 | 111001001010101010001110110110001000111011010010 | e4aa8ed88ed2 |
EUC-JP | 茗借者 | 111010001010110010111100110110101011110011010100 | e8acbcdabcd4 |
UTF-8 | 茗借者 | 111010001000110010010111111001011000000010011111111010001000000010000101 | e88c97e5809fe88085 |
UHC | 茗借者 | 110110011010101111110011101010001110110110111010 | d9abf3a8edba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)