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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | ?想}?想{^ | 001111111001000101111010011111010011111110010001011110100111101101011110 | 3f917a7d3f917a7b5e |
EUC-JP | ?想}?想{^ | 001111111100000111011011011111010011111111000001110110110111101101011110 | 3fc1db7d3fc1db7b5e |
UTF-8 | 댞想}댞想{^ | 111010111000110010011110111001101000001110110011011111011110101110001100100111101110011010000011101100110111101101011110 | eb8c9ee683b37deb8c9ee683b37b5e |
UHC | 댞想}댞想{^ | 1000100011000001110111111100110001111101100010001100000111011111110011000111101101011110 | 88c1dfcc7d88c1dfcc7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)