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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?胴傲?? | 00111111100100111011011110011000111111000011111100111111 | 3f93b798fc3f3f |
EUC-JP | ?胴傲?? | 00111111110001101011100111010000111111100011111100111111 | 3fc6b9d0fe3f3f |
UTF-8 | 뤯胴傲쾸살 | 111010111010010010101111111010001000001110110100111001011000001010110010111011001011111010111000111011001000001010110100 | eba4afe883b4e582b2ecbeb8ec82b4 |
UHC | 뤯胴傲쾸살 | 10001111110111011101010011011100111001111110110010110010100011101011101111101100 | 8fddd4dce7ecb28ebbec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)