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 | ??? | 00111111001111111010110100111111 | 3f3fad3f |
SJIS-WIN | 孃る?悠 | 10011011011011111000001011101001001111111001011101001001 | 9b6f82e93f9749 |
EUC-JP | 孃る?悠 | 11010101110100001010010011101011001111111100110110101010 | d5d0a4eb3fcdaa |
UTF-8 | 孃る悠 | 1110010110101101100000111110001110000010100010111100001010101101111001101000001010100000 | e5ad83e3828bc2ade682a0 |
UHC | 孃る悠 | 1110010110111110101010101110101110100001101010011110101011101101 | e5beaaeba1a9eaed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)