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 | ????ъ?] | 0011111100111111001111110011111110000100100011000011111101011101 | 3f3f3f3f848c3f5d |
EUC-JP | ????ъ?] | 0011111100111111001111110011111110100111111011000011111101011101 | 3f3f3f3fa7ec3f5d |
UTF-8 | 淋륁콌吏ъ㏈] | 111011111010011110110101111010111010010110000001111011001011110110001100111011111010011110011110110100011000101011100011100011111000100001011101 | efa7b5eba581ecbd8cefa79ed18ae38f885d |
UHC | 淋륁콌吏ъ㏈] | 11101100111110001000111111101100101100011000100011101100101001111010110011101100101001111011110001011101 | ecf88fecb188eca7aceca7bc5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)