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 | 膂順挨繼 | 1110010001001111100011111000011110001000101001011110001110001011 | e44f8f8788a5e38b |
EUC-JP | 膂順挨繼 | 1110011110110000101111011110011110110000101001111110010111101011 | e7b0bde7b0a7e5eb |
UTF-8 | 膂順挨繼 | 111010001000011010000010111010011010000010000110111001101000110010101000111001111011100110111100 | e88682e9a086e68ca8e7b9bc |
UHC | ?順?繼 | 001111111110001011110111001111111100110110101001 | 3fe2f73fcda9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)