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 | ???型 | 0011111100111111001111111000110001011110 | 3f3f3f8c5e |
EUC-JP | ???型 | 0011111100111111001111111011011110111111 | 3f3f3fb7bf |
UTF-8 | 닳젼룿型 | 111010111000101110110011111011001010000010111100111010111010001110111111111001011001111010001011 | eb8bb3eca0bceba3bfe59e8b |
UHC | 닳젼룿型 | 1011010011100010110000011010111110001111101100001111101011111110 | b4e2c1af8fb0fafe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)