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 | 雄凍?? | 100101110101100110010011100000000011111100111111 | 975993803f3f |
EUC-JP | 雄凍?? | 110011011011101011000101111000000011111100111111 | cdbac5e03f3f |
UTF-8 | 雄凍렫뤊 | 111010011001101110000100111001011000011110001101111010111010000010101011111010111010010010001010 | e99b84e5878deba0abeba48a |
UHC | 雄凍렫뤊 | 1110101010101001110101001101000010001110101110011000111110111010 | eaa9d4d08eb98fba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)