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 | ?何?腎?? | 0011111110001001101111010011111110010000011101000011111100111111 | 3f89bd3f90743f3f |
EUC-JP | ?何?腎?? | 0011111110110010101111110011111110111111110101010011111100111111 | 3fb2bf3fbfd53f3f |
UTF-8 | 뤋何닿腎툘진 | 111010111010010010001011111001001011110110010101111010111000101110111111111010001000010110001110111011011000100010011000111011001010011110000100 | eba48be4bd95eb8bbfe8858eed8898eca784 |
UHC | 뤋何닿腎툘진 | 100011111011101111111001101111001011010011101010111000111110110010111000100011111100000111111000 | 8fbbf9bcb4eae3ecb88fc1f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)