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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?у?? | 0011111110000100100001010011111100111111 | 3f84853f3f |
EUC-JP | ?у?? | 0011111110100111111001010011111100111111 | 3fa7e53f3f |
UTF-8 | 吳у날麟 | 1110010110010000101100111101000110000011111010111000001010100000111011111010011110110011 | e590b3d183eb82a0efa7b3 |
UHC | 吳у날麟 | 1110011111101111101011001110010110110011101011111110110011101000 | e7eface5b3afece8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)