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 | ?達?短 | 001111111001001001000010001111111001001001011010 | 3f92423f925a |
EUC-JP | ?達?短 | 001111111100001110100011001111111100001110111011 | 3fc3a33fc3bb |
UTF-8 | 렺達렺短 | 111010111010000010111010111010011000000110010100111010111010000010111010111001111001111110101101 | eba0bae98194eba0bae79fad |
UHC | 렺達렺短 | 1000111011000010110100111011100110001110110000101101001110101101 | 8ec2d3b98ec2d3ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)