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 | ??????] | 00111111001111110011111100111111001111110011111101011101 | 3f3f3f3f3f3f5d |
SJIS-WIN | 癌??絶??] | 100010101110000000111111001111111001000011100010001111110011111101011101 | 8ae03f3f90e23f3f5d |
EUC-JP | 癌??絶??] | 101101001110001000111111001111111100000011100100001111110011111101011101 | b4e23f3fc0e43f3f5d |
UTF-8 | 癌뀐풙絶꾦뮈] | 11100111100110011000110011101011100000001001000011101101100100101001100111100111101101011011011011101010101111101010011011101011101011101000100001011101 | e7998ceb8090ed9299e7b5b6eabea6ebae885d |
UHC | 癌뀐풙絶꾦뮈] | 11100100110111111011001011101111101111101001110011101111101111101000010011101001101110011011111101011101 | e4dfb2efbe9cefbe84e9b9bf5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)