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 | ???}???{^ | 001111110011111100111111011111010011111100111111001111110111101101011110 | 3f3f3f7d3f3f3f7b5e |
SJIS-WIN | ???}???{^ | 001111110011111100111111011111010011111100111111001111110111101101011110 | 3f3f3f7d3f3f3f7b5e |
EUC-JP | ???}???{^ | 001111110011111100111111011111010011111100111111001111110111101101011110 | 3f3f3f7d3f3f3f7b5e |
UTF-8 | 깡㎩ㄴ}깡㎩ㄴ{^ | 111010101011100110100001111000111000111010101001111000111000010010110100011111011110101010111001101000011110001110001110101010011110001110000100101101000111101101011110 | eab9a1e38ea9e384b47deab9a1e38ea9e384b47b5e |
UHC | 깡㎩ㄴ}깡㎩ㄴ{^ | 101100011111100010100111111001011010010010100100011111011011000111111000101001111110010110100100101001000111101101011110 | b1f8a7e5a4a47db1f8a7e5a4a47b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)