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 | 永??愉?? | 1000100101101001001111110011111110010110111110010011111100111111 | 89693f3f96f93f3f |
EUC-JP | 永??愉?? | 1011000111001010001111110011111111001100111110110011111100111111 | b1ca3f3fccfb3f3f |
UTF-8 | 永띕냴愉⑴쳽 | 111001101011000010111000111010111001110110010101111010111000001110110100111001101000010010001001111000101001000110110100111011001011001110111101 | e6b0b8eb9d95eb83b4e68489e291b4ecb3bd |
UHC | 永띕냴愉⑴쳽 | 111001111011010110110110111010111000011010000100111010101111000010101001111001111010101110100000 | e7b5b6eb8684eaf0a9e7aba0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)