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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 쨩횏횕쨉횈쨌 | 111011001010100010101001111011011001101010001111111011011001101010010101111011001010100010001001111011011001101010001000111011001010100010001100 | eca8a9ed9a8fed9a95eca889ed9a88eca88c |
UHC | 쨩횏횕쨉횈쨌 | 110000101011101111000011100010111100001110001111110000101011010111000011100001101100001010110111 | c2bbc38bc38fc2b5c386c2b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)