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 | ???鶯?? | 00111111001111110011111111101001111100100011111100111111 | 3f3f3fe9f23f3f |
EUC-JP | ???鶯?? | 00111111001111110011111111110010111101000011111100111111 | 3f3f3ff2f43f3f |
UTF-8 | 筽사빓鶯뺟ㄶ | 111001111010110110111101111011001000001010101100111010111011100110010011111010011011011010101111111010111011101010011111111000111000010010110110 | e7adbdec82acebb993e9b6afebba9fe384b6 |
UHC | 筽사빓鶯뺟ㄶ | 111010001010010010111011111001111001010110110111111001011010001110010101111001111010010010100110 | e8a4bbe795b7e5a395e7a4a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)