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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ?汝?西?^ | 0011111110010011111100000011111110010000101111000011111101011110 | 3f93f03f90bc3f5e |
EUC-JP | ?汝?西?^ | 0011111111000110111100100011111111000000101111100011111101011110 | 3fc6f23fc0be3f5e |
UTF-8 | 쒔汝렊西롆^ | 11101100100100101001010011100110101100011001110111101011101000001000101011101000101001011011111111101011101000011000011001011110 | ec9294e6b19deba08ae8a5bfeba1865e |
UHC | 쒔汝렊西롆^ | 1011111010101101111001101010001110001110101000011110000010100100100011101100110001011110 | beade6a38ea1e0a48ecc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)