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 | ??????M | 00111111001111110011111100111111001111110011111101001101 | 3f3f3f3f3f3f4d |
SJIS-WIN | 霏レ鋻鱚クM | 1110100011000000110110101111101111011001111010011110001111110100100011101011100001001101 | e8c0dafbd9e9e3f48eb84d |
EUC-JP | 霏レ鋻鱚?クM | 11110000110000101000111011011010100011111110010011010001111100101110010100111111100011101011100001001101 | f0c28eda8fe4d1f2e53f8eb84d |
UTF-8 | 霏レ鋻鱚クM | 11101001100111001000111111101111101111101001101011101001100010111011101111101001101100011001101011101110100011001011110111101111101111011011100001001101 | e99c8fefbe9ae98bbbe9b19aee8cbdefbdb84d |
UHC | ??????M | 00111111001111110011111100111111001111110011111101001101 | 3f3f3f3f3f3f4d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)