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 | 纔梧肩纔 | 1110001110011000100011001110011010001100101010001110001110011000 | e3988ce68ca8e398 |
EUC-JP | 纔梧肩纔 | 1110010111111000101110001110100010111000101010101110010111111000 | e5f8b8e8b8aae5f8 |
UTF-8 | 纔梧肩纔 | 111001111011101010010100111001101010001010100111111010001000001010101001111001111011101010010100 | e7ba94e6a2a7e882a9e7ba94 |
UHC | ?梧肩? | 001111111110011111111100110011001011011100111111 | 3fe7fcccb73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)