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 | ??枇お?誼 | 001111110011111110010100111110001000001010101000001111111000101101100010 | 3f3f94f882a83f8b62 |
EUC-JP | ??枇お?誼 | 001111110011111111001000111110101010010010101010001111111011010111000011 | 3f3fc8faa4aa3fb5c3 |
UTF-8 | 룵ㄱ枇お룫誼 | 111010111010001110110101111000111000010010110001111001101001111010000111111000111000000110001010111010111010001110101011111010001010101010111100 | eba3b5e384b1e69e87e3818aeba3abe8aabc |
UHC | 룵ㄱ枇お룫誼 | 100011111010101010100100101000011101110111101101101010101010101010001111101000101110101111111110 | 8faaa4a1ddedaaaa8fa2ebfe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)