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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 丹遜辿端 | 1001001001001111100100011011101110010010010010001001001001011011 | 924f91bb9248925b |
EUC-JP | 丹遜辿端 | 1100001110110000110000101011110111000011101010011100001110111100 | c3b0c2bdc3a9c3bc |
UTF-8 | 丹遜辿端 | 111001001011100010111001111010011000000110011100111010001011111010111111111001111010101110101111 | e4b8b9e9819ce8bebfe7abaf |
UHC | 丹遜?端 | 11010011101000011110000111100001001111111101001110101110 | d3a1e1e13fd3ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)