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 | ???G??? | 00111111001111110011111101000111001111110011111100111111 | 3f3f3f473f3f3f |
SJIS-WIN | 劾?㎞G劾?㎝ | 1000101001001110001111111000011101110001010001111000101001001110001111111000011101110000 | 8a4e3f8771478a4e3f8770 |
EUC-JP | 劾??G劾?? | 101100111010111100111111001111110100011110110011101011110011111100111111 | b3af3f3f47b3af3f3f |
UTF-8 | 劾숈㎞G劾숈㎝ | 11100101100010101011111011101100100010001000100011100011100011101001111001000111111001011000101010111110111011001000100010001000111000111000111010011101 | e58abeec8888e38e9e47e58abeec8888e38e9d |
UHC | 劾숈㎞G劾숈㎝ | 11111010101101101001100111101100101001111011000001000111111110101011011010011001111011001010011110101111 | fab699eca7b047fab699eca7af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)