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????? | 0011111100111111011011110011111100111111001111110011111100111111 | 3f3f6f3f3f3f3f3f |
SJIS-WIN | ??o????? | 0011111100111111011011110011111100111111001111110011111100111111 | 3f3f6f3f3f3f3f3f |
EUC-JP | ??o????? | 0011111100111111011011110011111100111111001111110011111100111111 | 3f3f6f3f3f3f3f3f |
UTF-8 | 횄쨩o횂혮횄쨉횂 | 11101101100110101000010011101100101010001010100101101111111011011001101010000010111011011001100010101110111011011001101010000100111011001010100010001001111011011001101010000010 | ed9a84eca8a96fed9a82ed98aeed9a84eca889ed9a82 |
UHC | 횄쨩o횂혮횄쨉횂 | 110000111000001111000010101110110110111111000011100000101100001010010101110000111000001111000010101101011100001110000010 | c383c2bb6fc382c295c383c2b5c382 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)