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 | 腰??愈?? | 1000110110011000001111110011111110010110111110100011111100111111 | 8d983f3f96fa3f3f |
EUC-JP | 腰??愈?? | 1011100111111000001111110011111111001100111111000011111100111111 | b9f83f3fccfc3f3f |
UTF-8 | 腰대뛿愈꾦쎀 | 111010001000010110110000111010111000110010000000111010111001101110111111111001101000010010001000111010101011111010100110111011001000111010000000 | e885b0eb8c80eb9bbfe68488eabea6ec8e80 |
UHC | 腰대뛿愈꾦쎀 | 111010011010011010110100111010111000110110000101111010101110111110000100111010011001101110101010 | e9a6b4eb8d85eaef84e99baa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)