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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 讌れЛ讌れН | 111001101010010110000010111010101000010001001100111001101010010110000010111010101000010001001110 | e6a582ea844ce6a582ea844e |
EUC-JP | 讌れЛ讌れН | 111011001010011110100100111011001010011110101101111011001010011110100100111011001010011110101111 | eca7a4eca7adeca7a4eca7af |
UTF-8 | 讌れЛ讌れН | 11101000101011101000110011100011100000101000110011010000100110111110100010101110100011001110001110000010100011001101000010011101 | e8ae8ce3828cd09be8ae8ce3828cd09d |
UHC | ?れЛ?れН | 00111111101010101110110010101100101011010011111110101010111011001010110010101111 | 3faaecacad3faaecacaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)