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 | 製?吟?調富 | 10010000101110110011111110001011111000010011111110010010101100101001010101111000 | 90bb3f8be13f92b29578 |
EUC-JP | 製?吟?調富 | 11000000101111010011111110110110111000110011111111000100101101001100100111011001 | c0bd3fb6e33fc4b4c9d9 |
UTF-8 | 製렩吟렞調富 | 111010001010001110111101111010111010000010101001111001011001000010011111111010111010000010011110111010001010101010111111111001011010111110001100 | e8a3bdeba0a9e5909feba09ee8aabfe5af8c |
UHC | 製렩吟렞調富 | 111100001011001010001110101101111110101111100001100011101010111111110000111000001101110110100011 | f0b28eb7ebe18eaff0e0dda3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)