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 | 00111111001111110011111101101111 | 3f3f3f6f |
SJIS-WIN | ?悠ュo | 001111111001011101001001100000111000010101101111 | 3f974983856f |
EUC-JP | ?悠ュo | 001111111100110110101010101001011110010101101111 | 3fcdaaa5e56f |
UTF-8 | 룫悠ュo | 11101011101000111010101111100110100000101010000011100011100000111010010101101111 | eba3abe682a0e383a56f |
UHC | 룫悠ュo | 10001111101000101110101011101101101010111110010101101111 | 8fa2eaedabe56f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)