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 | 窩?ぐ? | 111000100111110000111111100000101010111000111111 | e27c3f82ae3f |
EUC-JP | 窩?ぐ? | 111000111101110100111111101001001011000000111111 | e3dd3fa4b03f |
UTF-8 | 窩찰ぐ렱 | 111001111010101010101001111011001011000010110000111000111000000110010000111010111010000010110001 | e7aaa9ecb0b0e38190eba0b1 |
UHC | 窩찰ぐ렱 | 1110100011000000110000101111101110101010101100001000111010111110 | e8c0c2fbaab08ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)