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 | ?邵橈? | 001111111110011110111000100111101111010000111111 | 3fe7b89ef43f |
EUC-JP | ?邵橈? | 001111111110111010111010110111001111011000111111 | 3feebadcf63f |
UTF-8 | 뾸邵橈뾸 | 111010111011111010111000111010011000001010110101111001101010100110001000111010111011111010111000 | ebbeb8e982b5e6a988ebbeb8 |
UHC | 뾸邵橈뾸 | 1001011101111010111000011101000011101000111110101001011101111010 | 977ae1d0e8fa977a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)