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 | 纔牙ぞ讌 | 1110001110011000100010011110010110000010101111001110011010100101 | e39889e582bce6a5 |
EUC-JP | 纔牙ぞ讌 | 1110010111111000101100101110011110100100101111101110110010100111 | e5f8b2e7a4beeca7 |
UTF-8 | 纔牙ぞ讌 | 111001111011101010010100111001111000100110011001111000111000000110011110111010001010111010001100 | e7ba94e78999e3819ee8ae8c |
UHC | ?牙ぞ? | 001111111110010010110011101010101011111000111111 | 3fe4b3aabe3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)