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 | ?|?{?}?{ | 0011111101111100001111110111101100111111011111010011111101111011 | 3f7c3f7b3f7d3f7b |
SJIS-WIN | ?|?{?}?{ | 0011111101111100001111110111101100111111011111010011111101111011 | 3f7c3f7b3f7d3f7b |
EUC-JP | ?|?{?}?{ | 0011111101111100001111110111101100111111011111010011111101111011 | 3f7c3f7b3f7d3f7b |
UTF-8 | 찼|혺{찼}혺{ | 11101100101100001011110001111100111011011001100010111010011110111110110010110000101111000111110111101101100110001011101001111011 | ecb0bc7ced98ba7becb0bc7ded98ba7b |
UHC | 찼|혺{찼}혺{ | 110000111010000101111100110000101001111101111011110000111010000101111101110000101001111101111011 | c3a17cc29f7bc3a17dc29f7b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)