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 | 鋓識裄ニ朗シ | 11111011110101101000111010101111111001011110000011000110111110101110000010111100 | fbd68eafe5e0c6fae0bc |
EUC-JP | 鋓識裄ニ?シ | 100011111110010010111111101111001011000111101010111000101000111011000110001111111000111010111100 | 8fe4bfbcb1eae28ec63f8ebc |
UTF-8 | 鋓識裄ニ朗シ | 111010011000101110010011111010001010110110011000111010001010001110000100111011111011111010000110111011111010010010101001111011111011110110111100 | e98b93e8ad98e8a384efbe86efa4a9efbdbc |
UHC | ?識??朗? | 0011111111100011110110110011111100111111110100101010100000111111 | 3fe3db3f3fd2a83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)