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 | ?床}?床{^ | 001111111000111110110000011111010011111110001111101100000111101101011110 | 3f8fb07d3f8fb07b5e |
EUC-JP | ?床}?床{^ | 001111111011111010110010011111010011111110111110101100100111101101011110 | 3fbeb27d3fbeb27b5e |
UTF-8 | 뤖床}뤖床{^ | 111010111010010010010110111001011011101010001010011111011110101110100100100101101110010110111010100010100111101101011110 | eba496e5ba8a7deba496e5ba8a7b5e |
UHC | 뤖床}뤖床{^ | 1000111111000110110111111100100101111101100011111100011011011111110010010111101101011110 | 8fc6dfc97d8fc6dfc97b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)