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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 銑????? | 10010001010011000011111100111111001111110011111100111111 | 914c3f3f3f3f3f |
EUC-JP | 銑???馹? | 110000011010110100111111001111110011111110001111111010011010000100111111 | c1ad3f3f3f8fe9a13f |
UTF-8 | 銑롐렻롉馹렦 | 111010011000101010010001111010111010000110010000111010111010000010111011111010111010000110001001111010011010011010111001111010111010000010100110 | e98a91eba190eba0bbeba189e9a6b9eba0a6 |
UHC | 銑롐렻롉馹렦 | 111000001101010110001110110101101000111011000011100011101100111111101100111100011000111010110101 | e0d58ed68ec38ecfecf18eb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)