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 | 渡?}渡?{^ | 100100110110111000111111011111011001001101101110001111110111101101011110 | 936e3f7d936e3f7b5e |
EUC-JP | 渡?}渡?{^ | 110001011100111100111111011111011100010111001111001111110111101101011110 | c5cf3f7dc5cf3f7b5e |
UTF-8 | 渡겠}渡겠{^ | 111001101011100010100001111010101011001010100000011111011110011010111000101000011110101010110010101000000111101101011110 | e6b8a1eab2a07de6b8a1eab2a07b5e |
UHC | 渡겠}渡겠{^ | 1101010010100100101100001101101001111101110101001010010010110000110110100111101101011110 | d4a4b0da7dd4a4b0da7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)