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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??西??西^ | 001111110011111110010000101111000011111100111111100100001011110001011110 | 3f3f90bc3f3f90bc5e |
EUC-JP | ??西??西^ | 001111110011111111000000101111100011111100111111110000001011111001011110 | 3f3fc0be3f3fc0be5e |
UTF-8 | 쒋윣西쒋윣西^ | 11101100100100101000101111101100100111001010001111101000101001011011111111101100100100101000101111101100100111001010001111101000101001011011111101011110 | ec928bec9ca3e8a5bfec928bec9ca3e8a5bf5e |
UHC | 쒋윣西쒋윣西^ | 10011100111000101001111110100100111000001010010010011100111000101001111110100100111000001010010001011110 | 9ce29fa4e0a49ce29fa4e0a45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)