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 | 勇??徇?? | 1001011101000101001111110011111110011100011011010011111100111111 | 97453f3f9c6d3f3f |
EUC-JP | 勇??徇?? | 1100110110100110001111110011111111010111110011100011111100111111 | cda63f3fd7ce3f3f |
UTF-8 | 勇싲틺徇딀뀆 | 111001011000101110000111111011001000101110110010111011011000101110111010111001011011111010000111111010111001010010000000111010111000000010000110 | e58b87ec8bb2ed8bbae5be87eb9480eb8086 |
UHC | 勇싲틺徇딀뀆 | 111010011011100010011010111010111011101010100000111000101101111110001010111001101000010110000010 | e9b89aebbaa0e2df8ae68582 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)