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 | ?o?? | 00111111011011110011111100111111 | 3f6f3f3f |
SJIS-WIN | ?o?? | 00111111011011110011111100111111 | 3f6f3f3f |
EUC-JP | ?o?? | 00111111011011110011111100111111 | 3f6f3f3f |
UTF-8 | 묪o묧뫋 | 11101011101011001010101001101111111010111010110010100111111010111010101110001011 | ebacaa6febaca7ebab8b |
UHC | 묪o묧뫋 | 10010010010000100110111110010001111111101001000110101101 | 92426f91fe91ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)