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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?甕よ?? | 00111111111000010101000010000010111001100011111100111111 | 3fe15082e63f3f |
EUC-JP | ?甕よ?? | 00111111111000011011000110100100111010000011111100111111 | 3fe1b1a4e83f3f |
UTF-8 | 큅甕よ즽轢 | 111011011000000110000101111001111001010010010101111000111000001010001000111011001010011010111101111011111010011010001101 | ed8185e79495e38288eca6bdefa68d |
UHC | 큅甕よ즽轢 | 11000101101000101110100010111000101010101110100010100011100011111110011010111100 | c5a2e8b8aae8a38fe6bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)