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 | ?功ぎ??や | 001111111000110011110111100000101010110000111111001111111000001011100010 | 3f8cf782ac3f3f82e2 |
EUC-JP | ?功ぎ??や | 001111111011100011111001101001001010111000111111001111111010010011100100 | 3fb8f9a4ae3f3fa4e4 |
UTF-8 | 룴功ぎ룫휁や | 111010111010001110110100111001011000101010011111111000111000000110001110111010111010001110101011111011011001110010000001111000111000001010000100 | eba3b4e58a9fe3818eeba3abed9c81e38284 |
UHC | 룴功ぎ룫휁や | 100011111010100111001101111011011010101010101110100011111010001011000100100011111010101011100100 | 8fa9cdedaaae8fa2c48faae4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)