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 | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
SJIS-WIN | ?れ?恁??\ | 001111111000001011101010001111111001110010001100001111110011111101011100 | 3f82ea3f9c8c3f3f5c |
EUC-JP | ?れ?恁??\ | 001111111010010011101100001111111101011111101100001111110011111101011100 | 3fa4ec3fd7ec3f3f5c |
UTF-8 | 淋れ㎟恁댁광\ | 11101111101001111011010111100011100000101000110011100011100011101001111111100110100000011000000111101011100011001000000111101010101101001001000101011100 | efa7b5e3828ce38e9fe68181eb8c81eab4915c |
UHC | 淋れ㎟恁댁광\ | 11101100111110001010101011101100101001111011000111101100111101101011010011101100101100011010010001011100 | ecf8aaeca7b1ecf6b4ecb1a45c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)