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 | 吾?!誼 | 10001100111000010011111110000001010010011000101101100010 | 8ce13f81498b62 |
EUC-JP | 吾?!誼 | 10111000111000110011111110100001101010101011010111000011 | b8e33fa1aab5c3 |
UTF-8 | 吾몃!誼 | 111001011001000010111110111010111010101010000011111011111011110010000001111010001010101010111100 | e590beebaa83efbc81e8aabc |
UHC | 吾몃!誼 | 1110011111101110101110001110101110100011101000011110101111111110 | e7eeb8eba3a1ebfe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)