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 | 霎ソ蝮ヲ譽售\ | 1110100010111110101111111110010110011101101001101110011010100011100110100101001101011100 | e8bebfe59da6e6a39a535c |
EUC-JP | 霎ソ蝮ヲ譽售\ | 11110000110000001000111010111111111010011111110110001110101001101110110010100101110100111011010001011100 | f0c08ebfe9fd8ea6eca5d3b45c |
UTF-8 | 霎ソ蝮ヲ譽售\ | 11101001100111001000111011101111101111011011111111101000100111011010111011101111101111011010011011101000101011011011110111100101100101001010111001011100 | e99c8eefbdbfe89daeefbda6e8adbde594ae5c |
UHC | ????譽?\ | 0011111100111111001111110011111111100111111000100011111101011100 | 3f3f3f3fe7e23f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)