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 | ??I}??I{^ | 001111110011111101001001011111010011111100111111010010010111101101011110 | 3f3f497d3f3f497b5e |
SJIS-WIN | ??I}??I{^ | 001111110011111101001001011111010011111100111111010010010111101101011110 | 3f3f497d3f3f497b5e |
EUC-JP | ??I}??I{^ | 001111110011111101001001011111010011111100111111010010010111101101011110 | 3f3f497d3f3f497b5e |
UTF-8 | 렼렱I}렼렱I{^ | 1110101110100000101111001110101110100000101100010100100101111101111010111010000010111100111010111010000010110001010010010111101101011110 | eba0bceba0b1497deba0bceba0b1497b5e |
UHC | 렼렱I}렼렱I{^ | 10001110110001001000111010111110010010010111110110001110110001001000111010111110010010010111101101011110 | 8ec48ebe497d8ec48ebe497b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)