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 | ?釐ダ??こ | 001111111110011111011000100000110101111100111111001111111000001010110001 | 3fe7d8835f3f3f82b1 |
EUC-JP | ?釐ダ??こ | 001111111110111011011010101001011100000000111111001111111010010010110011 | 3feedaa5c03f3fa4b3 |
UTF-8 | 룵釐ダ룴햶こ | 111010111010001110110101111010011000011110010000111000111000001110000000111010111010001110110100111011011001011010110110111000111000000110010011 | eba3b5e98790e38380eba3b4ed96b6e38193 |
UHC | 룵釐ダ룴햶こ | 100011111010101011010111111011011010101111000000100011111010100111000001100011111010101010110011 | 8faad7edabc08fa9c18faab3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)