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 | 鉧クミ室昇ホ | 111110111100101110111000110100001000111010111010100011111011100011001110 | fbcbb8d08eba8fb8ce |
EUC-JP | 鉧クミ室昇ホ | 10001111111000111110100110001110101110001000111011010000101111001011110010111110101110101000111011001110 | 8fe3e98eb88ed0bcbcbeba8ece |
UTF-8 | 鉧クミ室昇ホ | 111010011000100110100111111011111011110110111000111011111011111010010000111001011010111010100100111001101001100010000111111011111011111010001110 | e989a7efbdb8efbe90e5aea4e69887efbe8e |
UHC | ???室昇? | 0011111100111111001111111110001111111000111000111011000000111111 | 3f3f3fe3f8e3b03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)