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 | 繒?汀?裝? | 111110111000111100111111100100101111001100111111111001011110010000111111 | fb8f3f92f33fe5e43f |
EUC-JP | 繒?汀?裝? | 10001111110101001101010000111111110001001111010100111111111010101110011000111111 | 8fd4d43fc4f53feae63f |
UTF-8 | 繒렗汀렏裝렱 | 111001111011100110010010111010111010000010010111111001101011000110000000111010111010000010001111111010001010001110011101111010111010000010110001 | e7b992eba097e6b180eba08fe8a39deba0b1 |
UHC | 繒렗汀렏裝렱 | 111100011111100110001110101011001110111111100010100011101010010111101101111110111000111010111110 | f1f98eacefe28ea5edfb8ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)