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 | 鈺??鈺 | 111110111100010000111111001111111111101111000100 | fbc43f3ffbc4 |
EUC-JP | 鈺??鈺 | 1000111111100011110101010011111100111111100011111110001111010101 | 8fe3d53f3f8fe3d5 |
UTF-8 | 鈺됪낄鈺 | 111010011000100010111010111010111001000010101010111010111000001010000100111010011000100010111010 | e988baeb90aaeb8284e988ba |
UHC | 鈺됪낄鈺 | 1110100010101101100010011110011010110011101001011110100010101101 | e8ad89e6b3a5e8ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)