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 | ???德?┥ | 0011111100111111001111111111101010111010001111111000010010111100 | 3f3f3ffaba3f84bc |
EUC-JP | ?????┥ | 00111111001111110011111100111111001111111010100010111110 | 3f3f3f3f3fa8be |
UTF-8 | 앱롘뤦德찊┥ | 111011001001010110110001111010111010000110011000111010111010010010100110111001011011111010110111111011001011000010001010111000101001010010100101 | ec95b1eba198eba4a6e5beb7ecb08ae294a5 |
UHC | 앱롘뤦德찊┥ | 101111101101101110001110110111001000111111010100110100111110110010101001100011101010011010111110 | bedb8edc8fd4d3eca98ea6be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)