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 | 將??? | 1001101110010010001111110011111100111111 | 9b923f3f3f |
EUC-JP | 將?檉? | 11010101111100100011111110001111110001011011101100111111 | d5f23f8fc5bb3f |
UTF-8 | 將렖檉랫 | 111001011011000010000111111010111010000010010110111001101010101010001001111010111001111010101011 | e5b087eba096e6aa89eb9eab |
UHC | 將렖檉랫 | 1110110111100010100011101010101111101111111000001011011110100111 | ede28eabefe0b7a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)