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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?氷? | 00111111100101010101100000111111 | 3f95583f |
EUC-JP | ?氷? | 00111111110010011011100100111111 | 3fc9b93f |
UTF-8 | 뤋氷쩈 | 111010111010010010001011111001101011000010110111111011001010100110001000 | eba48be6b0b7eca988 |
UHC | 뤋氷쩈 | 100011111011101111011110101111001010010101000010 | 8fbbdebca542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)