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 | 垣?伊? | 100010100101111100111111100010001100100100111111 | 8a5f3f88c93f |
EUC-JP | 垣?伊坍 | 1011001111000000001111111011000011001011100011111011011110111111 | b3c03fb0cb8fb7bf |
UTF-8 | 垣렖伊坍 | 111001011001111010100011111010111010000010010110111001001011110010001010111001011001110110001101 | e59ea3eba096e4bc8ae59d8d |
UHC | 垣렖伊坍 | 1110101010101111100011101010101111101100101001011101001110111011 | eaaf8eabeca5d3bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)