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 | 掌??艶??^ | 100011111011011000111111001111111000100110010000001111110011111101011110 | 8fb63f3f89903f3f5e |
EUC-JP | 掌??艶??^ | 101111101011100000111111001111111011000111110000001111110011111101011110 | beb83f3fb1f03f3f5e |
UTF-8 | 掌싩왃艶쀧윢^ | 11100110100011101000110011101100100010111010100111101100100110011000001111101000100010011011011011101100100000001010011111101100100111001010001001011110 | e68e8cec8ba9ec9983e889b6ec80a7ec9ca25e |
UHC | 掌싩왃艶쀧윢^ | 11101101111001101001101011100111100111101011011011100110111111011001011111100111100111111010001101011110 | ede69ae79eb6e6fd97e79fa35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)