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 | 壯??鈺?? | 1001101011100001001111110011111111111011110001000011111100111111 | 9ae13f3ffbc43f3f |
EUC-JP | 壯??鈺?? | 110101001110001100111111001111111000111111100011110101010011111100111111 | d4e33f3f8fe3d53f3f |
UTF-8 | 壯뜹떧鈺섒궣 | 111001011010001110101111111010111001110010111001111010111001011010100111111010011000100010111010111011001000010010010010111010101011011010100011 | e5a3afeb9cb9eb96a7e988baec8492eab6a3 |
UHC | 壯뜹떧鈺섒궣 | 111011011110000010110110111001011000101110111010111010001010110110011000111011101000001010110110 | ede0b6e58bbae8ad98ee82b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)