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 | 郢樊、吮゚ | 1110011110111001100111101110011010100100100110011110001011011111 | e7b99ee6a499e2df |
EUC-JP | 郢樊、吮゚ | 11101110101110111101110011101000100011101010010011010010111001001000111011011111 | eebbdce88ea4d2e48edf |
UTF-8 | 郢樊、吮゚ | 111010011000001110100010111001101010100010001010111011111011110110100100111001011001000010101110111011111011111010011111 | e983a2e6a88aefbda4e590aeefbe9f |
UHC | ?樊??? | 001111111101101111100000001111110011111100111111 | 3fdbe03f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)