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 | ??‥釗 | 001111110011111110000001011001001111101110111011 | 3f3f8164fbbb |
EUC-JP | 艅?‥釗 | 100011111101011011111101001111111010000111000101100011111110001110100110 | 8fd6fd3fa1c58fe3a6 |
UTF-8 | 艅덈‥釗 | 111010001000100110000101111010111000110110001000111000101000000010100101111010011000011110010111 | e88985eb8d88e280a5e98797 |
UHC | 艅덈‥釗 | 1110011010101001100010001110101110100001101001011110000111110010 | e6a988eba1a5e1f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)