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 | 夜??率?? | 1001011011101001001111110011111110010111101001100011111100111111 | 96e93f3f97a63f3f |
EUC-JP | 夜??率?? | 1100110011101011001111110011111111001110101010000011111100111111 | cceb3f3fcea83f3f |
UTF-8 | 夜껊떱率방를 | 111001011010010010011100111010101011101110001010111010111001011010110001111001111000111010000111111010111011000010101001111010111010010110111100 | e5a49ceabb8aeb96b1e78e87ebb0a9eba5bc |
UHC | 夜껊떱率방를 | 111001011010100010000011111010111011011010110111111000011110001110111001111001101011100010100110 | e5a883ebb6b7e1e3b9e6b8a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)