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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 禹?新?脊 | 1110001001011010001111111001000001010110001111111001000011010010 | e25a3f90563f90d2 |
EUC-JP | 禹?新?脊 | 1110001110111011001111111011111110110111001111111100000011010100 | e3bb3fbfb73fc0d4 |
UTF-8 | 禹렚新폼脊 | 111001111010011010111001111010111010000010011010111001101001011010110000111011011000111110111100111010001000010010001010 | e7a6b9eba09ae696b0ed8fbce8848a |
UHC | 禹렚新폼脊 | 11101001111000001000111010101101111000111110011011000110111110111111010010110001 | e9e08eade3e6c6fbf4b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)