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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??簿??簿^ | 001111110011111110010101111010110011111100111111100101011110101101011110 | 3f3f95eb3f3f95eb5e |
EUC-JP | ??簿??簿^ | 001111110011111111001010111011010011111100111111110010101110110101011110 | 3f3fcaed3f3fcaed5e |
UTF-8 | 청짊簿청짊簿^ | 11101100101100101010110111101100101001111000101011100111101100001011111111101100101100101010110111101100101001111000101011100111101100001011111101011110 | ecb2adeca78ae7b0bfecb2adeca78ae7b0bf5e |
UHC | 청짊簿청짊簿^ | 11000011101110111100000111111011110111011010110111000011101110111100000111111011110111011010110101011110 | c3bbc1fbddadc3bbc1fbddad5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)