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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 壯??如?? | 1001101011100001001111110011111110010100010000000011111100111111 | 9ae13f3f94403f3f |
EUC-JP | 壯??如?? | 1101010011100011001111110011111111000111101000010011111100111111 | d4e33f3fc7a13f3f |
UTF-8 | 壯뜹뤀如댈궣 | 111001011010001110101111111010111001110010111001111010111010010010000000111001011010011010000010111010111000110010001000111010101011011010100011 | e5a3afeb9cb9eba480e5a682eb8c88eab6a3 |
UHC | 壯뜹뤀如댈궣 | 111011011110000010110110111001011000111110110001111001011111110110110100111011101000001010110110 | ede0b6e58fb1e5fdb4ee82b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)