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 | ?湘伊? | 001111111000111111000011100010001100100100111111 | 3f8fc388c93f |
EUC-JP | ?湘伊棅 | 0011111110111110110001011011000011001011100011111100001111111011 | 3fbec5b0cb8fc3fb |
UTF-8 | 쒜湘伊棅 | 111011001001001010011100111001101011100110011000111001001011110010001010111001101010001110000101 | ec929ce6b998e4bc8ae6a385 |
UHC | 쒜湘伊棅 | 1011111010101110110111111100111111101100101001011101110010111000 | beaedfcfeca5dcb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)