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 | 癲??蹂?? | 1110000110011111001111110011111111100110111110000011111100111111 | e19f3f3fe6f83f3f |
EUC-JP | 癲??蹂?? | 1110001010100001001111110011111111101100111110100011111100111111 | e2a13f3fecfa3f3f |
UTF-8 | 癲얜뿦蹂쒑뀺 | 111001111001100110110010111011001001011010011100111010111011111110100110111010001011100110000010111011001001001010010001111010111000000010111010 | e799b2ec969cebbfa6e8b982ec9291eb80ba |
UHC | 癲얜뿦蹂쒑뀺 | 111011111010011010111110111010111001011110100110111010111011001110011100111010001000010110110000 | efa6beeb97a6ebb39ce885b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)