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 | 隴滉コ輔ぐ | 111010001010110110011111111001001011101010010101111000111000001010101110 | e8ad9fe4ba95e382ae |
EUC-JP | 隴滉コ輔ぐ | 11110000101011111101111011100110100011101011101011001010111001011010010010110000 | f0afdee68ebacae5a4b0 |
UTF-8 | 隴滉コ輔ぐ | 111010011001101010110100111001101011101110001001111011111011110110111010111010001011110010010100111000111000000110010000 | e99ab4e6bb89efbdbae8bc94e38190 |
UHC | ?滉?輔ぐ | 0011111111111100110100010011111111011100110100001010101010110000 | 3ffcd13fdcd0aab0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)