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 | 穗??娠 | 111000100110111000111111001111111001000001010000 | e26e3f3f9050 |
EUC-JP | 穗??娠 | 111000111100111100111111001111111011111110110001 | e3cf3f3fbfb1 |
UTF-8 | 穗걝뙟娠 | 111001111010100110010111111010101011000110011101111010111001100110011111111001011010100010100000 | e7a997eab19deb999fe5a8a0 |
UHC | 穗걝뙟娠 | 1110001010110100100000011000011010001100101001001110001111100011 | e2b481868ca4e3e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)