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 | 永??溢?├ | 100010010110100100111111001111111000100011101100001111111000010010100101 | 89693f3f88ec3f84a5 |
EUC-JP | 永??溢?├ | 101100011100101000111111001111111011000011101110001111111010100010100111 | b1ca3f3fb0ee3fa8a7 |
UTF-8 | 永띔퍋溢깍├ | 111001101011000010111000111010111001110110010100111011011000110110001011111001101011101010100010111010101011100110001101111000101001010010011100 | e6b0b8eb9d94ed8d8be6baa2eab98de2949c |
UHC | 永띔퍋溢깍├ | 111001111011010110110110111010101011101110000010111011001110111010110001111011111010011010100111 | e7b5b6eabb82eceeb1efa6a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)