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 | ?|???? | 001111110111110000111111001111110011111100111111 | 3f7c3f3f3f3f |
SJIS-WIN | ?|???? | 001111110111110000111111001111110011111100111111 | 3f7c3f3f3f3f |
EUC-JP | ?|???? | 001111110111110000111111001111110011111100111111 | 3f7c3f3f3f3f |
UTF-8 | 혦|혶쨀혮횎 | 11101101100110001010011001111100111011011001100010110110111011001010100010000000111011011001100010101110111011011001101010001110 | ed98a67ced98b6eca880ed98aeed9a8e |
UHC | 혦|혶쨀혮횎 | 1100001010001110011111001100001010011101110000101011001111000010100101011100001110001010 | c28e7cc29dc2b3c295c38a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)