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 | 蘂??柚?? | 1110010101000001001111110011111110010111010011010011111100111111 | e5413f3f974d3f3f |
EUC-JP | 蘂??柚?? | 1110100110100010001111110011111111001101101011100011111100111111 | e9a23f3fcdae3f3f |
UTF-8 | 蘂녹뮆柚삭첀 | 111010001001100010000010111010111000010110111001111010111010111010000110111001101001111110011010111011001000001010101101111011001011001010000000 | e89882eb85b9ebae86e69f9aec82adecb280 |
UHC | 蘂녹뮆柚삭첀 | 111001111101111010110011111011001001001010010101111010101111011010111011111010001010101010001101 | e7deb3ec9295eaf6bbe8aa8d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)