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 | 猷ユ?傲?? | 100101110101000110000011100001100011111110011000111111000011111100111111 | 975183863f98fc3f3f |
EUC-JP | 猷ユ?傲?? | 110011011011001010100101111001100011111111010000111111100011111100111111 | cdb2a5e63fd0fe3f3f |
UTF-8 | 猷ユ에傲롢걥 | 111001111000110010110111111000111000001110100110111011001001011110010000111001011000001010110010111010111010000110100010111010101011000110100101 | e78cb7e383a6ec9790e582b2eba1a2eab1a5 |
UHC | 猷ユ에傲롢걥 | 111010111010001110101011111001101011111110100001111001111110110010001110111000111000000110001110 | eba3abe6bfa1e7ec8ee3818e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)