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 | 調????橋 | 1001001010110010001111110011111100111111001111111000101110110100 | 92b23f3f3f3f8bb4 |
EUC-JP | 調????橋 | 1100010010110100001111110011111100111111001111111011011010110110 | c4b43f3f3f3fb6b6 |
UTF-8 | 調띄렮렩燎橋 | 111010001010101010111111111010111001110110000100111010111010000010101110111010111010000010101001111011111010011110000000111001101010100110001011 | e8aabfeb9d84eba0aeeba0a9efa780e6a98b |
UHC | 調띄렮렩燎橋 | 111100001110000010110110111001111000111010111011100011101011011111101000111110111100111011101001 | f0e0b6e78ebb8eb7e8fbcee9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)