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 | ????O]\ | 00111111001111110011111100111111010011110101110101011100 | 3f3f3f3f4f5d5c |
SJIS-WIN | ????O]\ | 00111111001111110011111100111111010011110101110101011100 | 3f3f3f3f4f5d5c |
EUC-JP | ????O]\ | 00111111001111110011111100111111010011110101110101011100 | 3f3f3f3f4f5d5c |
UTF-8 | 혦횂횄쨩O]\ | 111011011001100010100110111011011001101010000010111011011001101010000100111011001010100010101001010011110101110101011100 | ed98a6ed9a82ed9a84eca8a94f5d5c |
UHC | 혦횂횄쨩O]\ | 1100001010001110110000111000001011000011100000111100001010111011010011110101110101011100 | c28ec382c383c2bb4f5d5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)