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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ???先??? | 0011111100111111001111111001000011100110001111110011111100111111 | 3f3f3f90e63f3f3f |
EUC-JP | ???先??? | 0011111100111111001111111100000011101000001111110011111100111111 | 3f3f3fc0e83f3f3f |
UTF-8 | 렟롅렲先렔암렮 | 111010111010000010011111111010111010000110000101111010111010000010110010111001011000010110001000111010111010000010010100111011001001010110010100111010111010000010101110 | eba09feba185eba0b2e58588eba094ec9594eba0ae |
UHC | 렟롅렲先렔암렮 | 1000111010110000100011101100101110001110101111111110000010111011100011101010100110111110110011111000111010111011 | 8eb08ecb8ebfe0bb8ea9becf8ebb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)