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 | ?濠}?濠{^ | 001111111000110110001010011111010011111110001101100010100111101101011110 | 3f8d8a7d3f8d8a7b5e |
EUC-JP | ?濠}?濠{^ | 001111111011100111101010011111010011111110111001111010100111101101011110 | 3fb9ea7d3fb9ea7b5e |
UTF-8 | 뤍濠}뤍濠{^ | 111010111010010010001101111001101011111110100000011111011110101110100100100011011110011010111111101000000111101101011110 | eba48de6bfa07deba48de6bfa07b5e |
UHC | 뤍濠}뤍濠{^ | 1000111110111101111110111100110001111101100011111011110111111011110011000111101101011110 | 8fbdfbcc7d8fbdfbcc7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)