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 | ?®???? | 001111111010111000111111001111110011111100111111 | 3fae3f3f3f3f |
SJIS-WIN | 撓??節?? | 1001110110011010001111110011111110010000110111110011111100111111 | 9d9a3f3f90df3f3f |
EUC-JP | 撓®?節?? | 11011001111110101000111110100010111011100011111111000000111000010011111100111111 | d9fa8fa2ee3fc0e13f3f |
UTF-8 | 撓®뵽節쇔풏 | 1110011010010010100100111100001010101110111010111011010110111101111001111010111110000000111011001000011110010100111011011001001010001111 | e69293c2aeebb5bde7af80ec8794ed928f |
UHC | 撓®뵽節쇔풏 | 111010001111010110100010111001111001010010111011111011111011110110111100111001011011111010010011 | e8f5a2e794bbefbdbce5be93 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)