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 | ?℡?抑?? | 0011111110000111100001000011111110010111011111010011111100111111 | 3f87843f977d3f3f |
EUC-JP | ???抑?? | 00111111001111110011111111001101110111100011111100111111 | 3f3f3fcdde3f3f |
UTF-8 | 吳℡젮抑꿴츪 | 111001011001000010110011111000101000010010100001111011001010000010101110111001101000101010010001111010101011111110110100111011001011100010101010 | e590b3e284a1eca0aee68a91eabfb4ecb8aa |
UHC | 吳℡젮抑꿴츪 | 111001111110111110100010111001011010000010100100111001011110010010110010111010011010111010011111 | e7efa2e5a0a4e5e4b2e9ae9f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)