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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 癲≪?毓? | 1110000110011111100000011110000100111111100111110111100100111111 | e19f81e13f9f793f |
EUC-JP | 癲≪?毓? | 1110001010100001101000101110001100111111110111011101101000111111 | e2a1a2e33fddda3f |
UTF-8 | 癲≪쉫毓튶 | 111001111001100110110010111000101000100110101010111011001000100110101011111001101010111110010011111011011000101010110110 | e799b2e289aaec89abe6af93ed8ab6 |
UHC | 癲≪쉫毓튶 | 11101111101001101010000111101100100110101000010111101011101111101011101001101000 | efa6a1ec9a85ebbeba68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)