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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 終?圓? | 100011110100100100111111100110101010001000111111 | 8f493f9aa23f |
EUC-JP | 終?圓? | 101111011010101000111111110101001010010000111111 | bdaa3fd4a43f |
UTF-8 | 終렔圓렑 | 111001111011010110000010111010111010000010010100111001011001110010010011111010111010000010010001 | e7b582eba094e59c93eba091 |
UHC | 終렔圓렑 | 1111000011111011100011101010100111101010101011011000111010100110 | f0fb8ea9eaad8ea6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)