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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 孃る?仰? | 1001101101101111100000101110100100111111100010111100001000111111 | 9b6f82e93f8bc23f |
EUC-JP | 孃る?仰? | 1101010111010000101001001110101100111111101101101100010000111111 | d5d0a4eb3fb6c43f |
UTF-8 | 孃るㅎ仰롨 | 111001011010110110000011111000111000001010001011111000111000010110001110111001001011101110110000111010111010000110101000 | e5ad83e3828be3858ee4bbb0eba1a8 |
UHC | 孃るㅎ仰롨 | 11100101101111101010101011101011101001001011111011100100111001101000111011101000 | e5beaaeba4bee4e68ee8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)