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 | 跂ス雉樊羶邊 | 1110011011100011101111011110100010110011100111101110011011100011101111011110011110110010 | e6e3bde8b39ee6e3bde7b2 |
EUC-JP | 跂ス雉樊羶邊 | 111011001110010110001110101111011111000010110101110111001110100011100110101111111110111010110100 | ece58ebdf0b5dce8e6bfeeb4 |
UTF-8 | 跂ス雉樊羶邊 | 111010001011011110000010111011111011110110111101111010011001101110001001111001101010100010001010111001111011111010110110111010011000001010001010 | e8b782efbdbde99b89e6a88ae7beb6e9828a |
UHC | ??雉樊?邊 | 001111110011111111110110110010111101101111100000001111111101110010101011 | 3f3ff6cbdbe03fdcab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)