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 | 猶?┘音 | 10010111010100000011111110000100101000111000100110111001 | 97503f84a389b9 |
EUC-JP | 猶?┘音 | 11001101101100010011111110101000101001011011001010111011 | cdb13fa8a5b2bb |
UTF-8 | 猶용┘音 | 111001111000110010110110111011001001101010101001111000101001010010011000111010011001111110110011 | e78cb6ec9aa9e29498e99fb3 |
UHC | 猶용┘音 | 1110101110100010101111111110101110100110101001011110101111100101 | eba2bfeba6a5ebe5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)