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 | ?屑?? | 0011111110001011111110110011111100111111 | 3f8bfb3f3f |
EUC-JP | ?屑?? | 0011111110110110111111010011111100111111 | 3fb6fd3f3f |
UTF-8 | 쉃屑쉃了 | 111011001000100110000011111001011011000110010001111011001000100110000011111011111010011010111010 | ec8983e5b191ec8983efa6ba |
UHC | 쉃屑쉃了 | 1001101001011000111000001101101010011010010110001110100011100111 | 9a58e0da9a58e8e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)