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 | ??????] | 00111111001111110011111100111111001111110011111101011101 | 3f3f3f3f3f3f5d |
SJIS-WIN | 蔭??陰??] | 100010001111110000111111001111111000100101000001001111110011111101011101 | 88fc3f3f89413f3f5d |
EUC-JP | 蔭??陰??] | 101100001111111000111111001111111011000110100010001111110011111101011101 | b0fe3f3fb1a23f3f5d |
UTF-8 | 蔭⑹뀺陰먯꽣] | 11101000100101001010110111100010100100011011100111101011100000001011101011101001100110011011000011101011101010001010111111101010101111011010001101011101 | e894ade291b9eb80bae999b0eba8afeabda35d |
UHC | 蔭⑹뀺陰먯꽣] | 11101011111000111010100111101100100001011011000011101011111001001001000011101100100001001011000001011101 | ebe3a9ec85b0ebe490ec84b05d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)