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 | 辟丞渕遲堤э | 111001111000010010001111111001011001111110111010111001111010110110010010111001111000010010001111 | e7848fe59fbae7ad92e7848f |
EUC-JP | 辟丞渕遲堤э | 111011011110010010111110111001111101111010111100111011101010111111000100111010011010011111101111 | ede4bee7debceeafc4e9a7ef |
UTF-8 | 辟丞渕遲堤э | 1110100010111110100111111110010010111000100111101110011010111000100101011110100110000001101100101110010110100000101001001101000110001101 | e8be9fe4b89ee6b895e981b2e5a0a4d18d |
UHC | ?丞?遲堤э | 00111111111000111010101000111111111100101100000011110000101001111010110011101111 | 3fe3aa3ff2c0f0a7acef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)