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 | ?敦似○ | 00111111100100111101011010001110100101111000000110011011 | 3f93d68e97819b |
EUC-JP | ?敦似○ | 00111111110001101101100010111011111101111010000111111011 | 3fc6d8bbf7a1fb |
UTF-8 | 렺敦似○ | 111010111010000010111010111001101001010110100110111001001011110010111100111000101001011110001011 | eba0bae695a6e4bcbce2978b |
UHC | 렺敦似○ | 1000111011000010110101001100010011011110110001001010000111011011 | 8ec2d4c4dec4a1db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)